Skip to content

Commit

Permalink
Add docker.socket requirement for docker.service
Browse files Browse the repository at this point in the history
Without this the docker.socket would not start by default when starting
the docker.service leading to failures to start.

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
  • Loading branch information
seemethere committed Dec 3, 2018
1 parent 0ee08c6 commit 88885d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd/docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service
Wants=network-online.target
Requires=docker.socket

[Service]
Type=notify
Expand Down

0 comments on commit 88885d1

Please sign in to comment.