Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 7221209

Browse files
mhmxsseanknox
authored andcommitted
Replace docker daemon to dockerd in swarmmode cluster (#982)
1 parent 1952199 commit 7221209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parts/configure-swarmmode-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ updateDockerDaemonOptions()
179179
# also have it bind to the unix socket at /var/run/docker.sock
180180
sudo bash -c 'echo "[Service]
181181
ExecStart=
182-
ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock
182+
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock
183183
" > /etc/systemd/system/docker.service.d/override.conf'
184184
}
185185
time updateDockerDaemonOptions

0 commit comments

Comments
 (0)