blob: 39653b4a7b5231b2b0f9c3608c8bed8bc2472afd [file] [log] [blame]
Jonathan Harte2a89792017-09-07 15:46:15 -07001
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
6VOLUME=~/docker-quagga/volumes/quagga
7sudo docker run --privileged -d -v $VOLUME:/etc/quagga --name quagga quagga-fpm