Skip to content

Commit 0deaa68

Browse files
committed
Extend docker swarm integration test to support RunCVM inside swarm VM nodes
1 parent 196e372 commit 0deaa68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/00-http-docker-swarm/node/docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ log "- DOCKER_IF=$DOCKER_IF DOCKER_IF_IP=$DOCKER_IF_IP DOCKER_IF_GW=$DOCKER_IF_G
7373
7474
# Start dockerd and keep it running
7575
DOCKER_OPTS=(--mtu=$DOCKER_IF_MTU)
76+
DOCKER_OPTS+=(--add-runtime runcvm=/opt/runcvm/scripts/runcvm-runtime)
7677
7778
if [ -n "$REGISTRY_MIRROR" ]; then
7879
# Replace localhost with custom network gateway, if desired to reach registry running on host network

0 commit comments

Comments
 (0)