diff --git a/tests/integration/helpers/docker.bash b/tests/integration/helpers/docker.bash index 52d5b9c9..a8304890 100644 --- a/tests/integration/helpers/docker.bash +++ b/tests/integration/helpers/docker.bash @@ -2,7 +2,7 @@ _ensure_swarm() { if [ "$(docker info | grep Swarm | sed 's/Swarm: //g' | tr -d ' ')" == "inactive" ]; then - run docker swarm init + run docker swarm init --advertise-addr 127.0.0.1:2377 assert_success fi