We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57ae892 + 22f15d4 commit 0786df7Copy full SHA for 0786df7
systemd/docker.service
@@ -1,10 +1,9 @@
1
[Unit]
2
Description=Docker Application Container Engine
3
Documentation=https://docs.docker.com
4
-BindsTo=containerd.service
5
After=network-online.target firewalld.service containerd.service multi-user.target
6
Wants=network-online.target
7
-Requires=docker.socket
+Requires=docker.socket containerd.service
8
9
[Service]
10
Type=notify
0 commit comments