Skip to content

Commit

Permalink
Merge pull request #508 from thaJeztah/carry_365
Browse files Browse the repository at this point in the history
Do not "Bind" docker "To" containerd (carry #365)
  • Loading branch information
thaJeztah authored Nov 5, 2020
2 parents 57ae892 + 22f15d4 commit 0786df7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions systemd/docker.service
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service multi-user.target
Wants=network-online.target
Requires=docker.socket
Requires=docker.socket containerd.service

[Service]
Type=notify
Expand Down

0 comments on commit 0786df7

Please sign in to comment.