Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #150 from seemethere/require
Browse files Browse the repository at this point in the history
Set containerd to be a systemd bind for docker
  • Loading branch information
seemethere authored Aug 20, 2018
2 parents 99edae9 + 1603761 commit 710ecfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions systemd/docker.service
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 710ecfc

Please sign in to comment.