clixon/example/docker
2016-02-26 19:47:30 +01:00
..
Makefile.in docker support 2016-02-26 19:47:30 +01:00
README docker support 2016-02-26 19:47:30 +01:00
routing.conf.local docker support 2016-02-26 19:47:30 +01:00

Run the ietf routing example as docker container.
Use the dockerhub container, or alternatively, build clicon as docker images
by doing make docker in the top builddir.

data_dir="$(pwd)/data"
sudo docker run -ti --rm --net host -v "$data_dir":/data olofhagsand/clicon_backend:v1.0

sudo docker run -ti --rm --net host -v "$data_dir":/data olofhagsand/clicon_cli:v1.0