mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Set containerd to be a systemd bind for docker
The daemon won't actually start without containerd Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
parent
55e6314296
commit
e56475aa14
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=https://docs.docker.com
|
Documentation=https://docs.docker.com
|
||||||
After=network-online.target firewalld.service containerd.service
|
BindsTo=containerd.service
|
||||||
Wants=network-online.target containerd.service
|
After=network-online.target firewalld.service
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# Install containerd-shim-process if it's not already installed
|
# Install containerd-shim-process if it's not already installed
|
||||||
|
|
Loading…
Reference in a new issue