10BC0 Merge pull request #508 from thaJeztah/carry_365 · docker-archive/engine@e60fba7 · GitHub
[go: up one dir, main page]

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

Commit e60fba7

Browse files
authored
Merge pull request moby#508 from thaJeztah/carry_365
Do not "Bind" docker "To" containerd (carry #365)
2 parents 2157853 + 009639e commit e60fba7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/init/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)
0