]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
MVD_TRBNET: replaced exported ports with --net=host
authorPhilipp Klaus <philipp.l.klaus@web.de>
Tue, 18 Dec 2018 14:57:33 +0000 (15:57 +0100)
committerPhilipp Klaus <philipp.l.klaus@web.de>
Tue, 18 Dec 2018 14:57:33 +0000 (15:57 +0100)
MVD_TRBNET/README.docker

index 37db2b42f0916ef5293cbe8cac70b284c18a2f1d..6d370ef49411404014893c26e48ce8e620135a7d 100644 (file)
@@ -11,8 +11,7 @@ To start the example IOC in background (-d), run:
     docker run \
       -d -i -t \
       --restart=always \
-      -p 5064-5065:5064-5065 \
-      -p 5064-5065:5064-5065/udp \
+      --net=host \
       pklaus/mvd_trbnet:latest
 
 To attach to the IOC later on, you may run