Merge pull request #150 from seemethere/require
Set containerd to be a systemd bind for docker
This commit is contained in:
commit
7126d94c25
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
Documentation=https://docs.docker.com
|
||||
After=network-online.target firewalld.service containerd.service
|
||||
Wants=network-online.target containerd.service
|
||||
BindsTo=containerd.service
|
||||
After=network-online.target firewalld.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
# Install containerd-shim-process if it's not already installed
|
||||
|
|
Loading…
Add table
Reference in a new issue