Skip to content

Commit 0f94799

Browse files
committed
man/runc-run.8: document --keep option
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent cb82462 commit 0f94799

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

man/runc-run.8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ container to inherit the calling processes session key.
4242
: Pass _N_ additional file descriptors to the container (**stdio** +
4343
**$LISTEN_FDS** + _N_ in total). Default is **0**.
4444

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+
4551
# SEE ALSO
4652

4753
**runc**(8).

0 commit comments

Comments
 (0)