distclean

This commit is contained in:
Olof Hagsand 2016-02-28 16:46:49 +01:00
parent 79b77943f9
commit caccfe8f2d
6 changed files with 21 additions and 10 deletions

View file

@ -2,7 +2,5 @@ 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
make docker # Create shared file system
run.sh # Run a backend and a cli