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

Merge pull request #168 from crosbymichael/prestart

Merged with https://github.com/seemethere/unir
This commit is contained in:
docker-unir[bot] 2018-08-28 23:20:49 +00:00 committed by GitHub
commit ffc5810932

View file

@ -9,6 +9,7 @@ Wants=network-online.target
# 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
ExecStart=/usr/bin/dockerd
ExecStopPost=/usr/bin/dockerd post-stop
TimeoutSec=0
RestartSec=2
Restart=always