X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=utils%2Fdocker%2FREADME.md;fp=utils%2Fdocker%2FREADME.md;h=0000000000000000000000000000000000000000;hp=f10e2013e5a05e677ec988e86dc55b352dd451e2;hb=546d185a4eb80f4b0ee335715645a96ed79505bc;hpb=bbe128904ab07e43a0386f17a500c679ff9059e0 diff --git a/utils/docker/README.md b/utils/docker/README.md deleted file mode 100755 index f10e201..0000000 --- a/utils/docker/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Docker build scripts for son-emu - -This directory holds the Dockerfile to build son-emu as a docker container. -This is an easy way to deploy son-emu. -To build this container: - -(container tag can be freely chosen) -``` -docker build -t registry.sonata-nfv.eu:5000/son-emu . -``` - -To deploy this container: - -(choose an example topology to start in the emulator) -``` -docker run -d -i --net='host' --pid='host' --privileged='true' --name 'son-emu' \ - -v '/var/run/docker.sock:/var/run/docker.sock' \ - -p 5000:5000 \ - -p 9091:9091 \ - -p 8081:8081 \ - -p 5001:5001 \ - registry.sonata-nfv.eu:5000/son-emu 'python src/emuvim/examples/sonata_simple_topology.py' -``` \ No newline at end of file