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.
1 parent cb82462 commit 0f94799Copy full SHA for 0f94799
man/runc-run.8.md
@@ -42,6 +42,12 @@ container to inherit the calling processes session key.
42
: Pass _N_ additional file descriptors to the container (**stdio** +
43
**$LISTEN_FDS** + _N_ in total). Default is **0**.
44
45
+**--keep**
46
+: Keep container's state directory and cgroup. This can be helpful if a user
47
+wants to check the state (e.g. of cgroup controllers) after the container has
48
+exited. If this option is used, a manual **runc delete** is needed afterwards
49
+to clean an exited container's artefacts.
50
+
51
# SEE ALSO
52
53
**runc**(8).
0 commit comments