Add Dockerfile to build docker image
diff --git a/docker/run.sh b/docker/run.sh
new file mode 100644
index 0000000..39653b4
--- /dev/null
+++ b/docker/run.sh
@@ -0,0 +1,7 @@
+
+#!/bin/bash
+
+# Example command to run the container with quagga-fpm image
+# Replace VOLUME with the path where your docker configs are
+VOLUME=~/docker-quagga/volumes/quagga
+sudo docker run --privileged -d -v $VOLUME:/etc/quagga --name quagga quagga-fpm