We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 314513a + 5f4b9c0 commit 8274734Copy full SHA for 8274734
systemd/docker.service
@@ -9,6 +9,7 @@ Wants=network-online.target
9
# Install containerd-shim-process if it's not already installed
10
ExecStartPre=/usr/libexec/containerd-offline-installer /var/lib/containerd-offline-installer/containerd-shim-process.tar docker.io/docker/containerd-shim-process
11
ExecStart=/usr/bin/dockerd
12
+ExecStopPost=/usr/bin/dockerd post-stop
13
TimeoutSec=0
14
RestartSec=2
15
Restart=always
0 commit comments