Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parts/configure-swarmmode-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down