commit | e2a8979f8fa5d08896d2c6af9c74c0859c12cab2 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Thu Sep 07 15:46:15 2017 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Thu Sep 07 16:47:21 2017 -0700 |
tree | c2758e7f624c38a5c3ac00917e95effa903edb1e | |
parent | da94416dd48171d53a9fe3ac57763d7552987dca [diff] [blame] |
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