1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #191 from seemethere/no_offline_installer

Remove offline installer to install shim-process
This commit is contained in:
Eli Uriegas 2018-09-10 16:05:33 +02:00 committed by GitHub
commit c37156ff42

View file

@ -6,9 +6,6 @@ After=network-online.target firewalld.service
Wants=network-online.target
[Service]
# Install containerd-shim-process if it's not already installed
ExecStartPre=/usr/libexec/containerd-offline-installer /var/lib/containerd-offline-installer/containerd-shim-process.tar docker.io/docker/containerd-shim-process
# the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker