1
0
Fork 0
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:
corbin-coleman 2019-01-14 23:27:51 +00:00
parent d6217230e8
commit d021af7d2d

View file

@ -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