diff --git a/parts/configure-swarmmode-cluster.sh b/parts/configure-swarmmode-cluster.sh index fdbd61f59e..08c14a8d66 100644 --- a/parts/configure-swarmmode-cluster.sh +++ b/parts/configure-swarmmode-cluster.sh @@ -179,7 +179,7 @@ updateDockerDaemonOptions() # also have it bind to the unix socket at /var/run/docker.sock sudo bash -c 'echo "[Service] ExecStart= - ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock + ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock --experimental --metrics-addr=0.0.0.0:2393 " > /etc/systemd/system/docker.service.d/override.conf' } time updateDockerDaemonOptions