Skip to content

Commit 0786df7

Browse files
authored
Merge pull request #508 from thaJeztah/carry_365
Do not "Bind" docker "To" containerd (carry #365)
2 parents 57ae892 + 22f15d4 commit 0786df7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

systemd/docker.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[Unit]
22
Description=Docker Application Container Engine
33
Documentation=https://docs.docker.com
4-
BindsTo=containerd.service
54
After=network-online.target firewalld.service containerd.service multi-user.target
65
Wants=network-online.target
7-
Requires=docker.socket
6+
Requires=docker.socket containerd.service
87

98
[Service]
109
Type=notify

0 commit comments

Comments
 (0)