blob: 39653b4a7b5231b2b0f9c3608c8bed8bc2472afd [file] [log] [blame]
#!/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