We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e17969c + 6ef65b7 commit 9ca2381Copy full SHA for 9ca2381
1 file changed
docs/ops.md
@@ -69,6 +69,10 @@ This is not what we want.
69
As ops, we want to be able to upgrade containerd and allow existing containers to keep running without interruption.
70
Setting `KillMode` to `process` ensures that systemd only kills the containerd daemon and not any child processes such as the shims and containers.
71
72
+The following `systemd-run` command starts containerd in a similar way:
73
+```
74
+sudo systemd-run -p Delegate=yes -p KillMode=process /usr/local/bin/containerd
75
76
77
## Base Configuration
78
0 commit comments