Skip to content

Commit

Permalink
Using dockerd as docker daemon has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ageekymonk committed Nov 22, 2017
1 parent a7040aa commit d03e3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker.j2.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Type=notify
# the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
ExecStart=/usr/bin/docker daemon -H unix:///var/run/docker.sock
ExecStart=/usr/bin/dockerd -H unix:///var/run/docker.sock
ExecReload=/bin/kill -s HUP $MAINPID
LimitNOFILE=1048576
LimitNPROC=1048576
Expand Down

0 comments on commit d03e3c2

Please sign in to comment.