docker support
This commit is contained in:
parent
6366fc631e
commit
eb93d82caa
18 changed files with 370 additions and 125 deletions
8
example/docker/README
Normal file
8
example/docker/README
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue