We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da38ea9 + 212521b commit 4ec6ae3Copy full SHA for 4ec6ae3
contrib/init/systemd/docker.service
@@ -9,9 +9,8 @@ Wants=network-online.target
9
# the default is not to use systemd for cgroups because the delegate issues still
10
# exists and systemd currently does not support the cgroup feature set required
11
# for containers run by docker
12
-ExecStart=/usr/bin/dockerd
+ExecStart=/usr/bin/dockerd -H unix://
13
ExecReload=/bin/kill -s HUP $MAINPID
14
-ExecStopPost=/usr/bin/dockerd post-stop
15
TimeoutSec=0
16
RestartSec=2
17
Restart=always
0 commit comments