1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

docker: fix invocation of "docker run"

This commit is contained in:
Steffen Vogel 2017-11-17 17:53:34 +01:00
parent 9398a74be6
commit 1126588dc0

View file

@ -31,7 +31,7 @@ DOCKER_RUN_TARGETS = $(addprefix run-,$(DOCKER_TARGETS))
DOCKER_DEPLOY_TARGETS = $(addprefix deploy-,$(DOCKER_TARGETS))
DOCKER_RUN_OPTS = --interactive --tty \
--port 80:80 --port 443:443 --port 12000:12000/udp --port 12001:12001/udp \
--publish 80:80 --publish 443:443 --publish 12000:12000/udp --publish 12001:12001/udp \
--privileged --security-opt seccomp:unconfined --volume "$(SRCDIR):/villas"
# Special cases for 'docker'target