Jonathan Hart | e2a8979 | 2017-09-07 15:46:15 -0700 | [diff] [blame] | 1 | |
2 | #!/bin/bash | ||||
3 | |||||
4 | # Example command to run the container with quagga-fpm image | ||||
5 | # Replace VOLUME with the path where your docker configs are | ||||
6 | VOLUME=~/docker-quagga/volumes/quagga | ||||
7 | sudo docker run --privileged -d -v $VOLUME:/etc/quagga --name quagga quagga-fpm |