We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196e372 commit 0deaa68Copy full SHA for 0deaa68
tests/00-http-docker-swarm/node/docker.sh
@@ -73,6 +73,7 @@ log "- DOCKER_IF=$DOCKER_IF DOCKER_IF_IP=$DOCKER_IF_IP DOCKER_IF_GW=$DOCKER_IF_G
73
74
# Start dockerd and keep it running
75
DOCKER_OPTS=(--mtu=$DOCKER_IF_MTU)
76
+DOCKER_OPTS+=(--add-runtime runcvm=/opt/runcvm/scripts/runcvm-runtime)
77
78
if [ -n "$REGISTRY_MIRROR" ]; then
79
# Replace localhost with custom network gateway, if desired to reach registry running on host network
0 commit comments