diff options
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ # -p 17000:17000 -p 17001:17001 -p 17002:17002 -p 18000:18000 --name=voctocore local/voctomix core # ## test sources -# docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix ./gstreamer/source-videotestsrc-as-cam1.sh +# docker run -it --rm --name=cam1 --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-cam1.sh # docker run -it --rm --name=bg --link=voctocore:corehost local/voctomix gstreamer/source-videotestsrc-as-background-loop.sh# # ## gui @@ -56,4 +56,4 @@ RUN sed -i 's/localhost/corehost/g' voctogui/default-config.ini ;\ find /opt/voctomix/example-scripts/ -type f -exec sed -i 's/localhost/corehost/g' {} \; ENTRYPOINT ["/opt/voctomix/docker-ep.sh"] -CMD ["help"]
\ No newline at end of file +CMD ["help"] |