mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Start docker.service after containerd.service
Signed-off-by: corbin-coleman <corbin.coleman@docker.com>
This commit is contained in:
parent
d6217230e8
commit
d021af7d2d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Description=Docker Application Container Engine
|
||||
Documentation=https://docs.docker.com
|
||||
BindsTo=containerd.service
|
||||
After=network-online.target firewalld.service
|
||||
After=network-online.target firewalld.service containerd.service
|
||||
Wants=network-online.target
|
||||
Requires=docker.socket
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue