You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/runc.8.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ value for "bundle" is the current directory.
29
29
30
30
# COMMANDS
31
31
checkpoint checkpoint a running container
32
+
create create a container
32
33
delete delete any resources held by the container often used with detached containers
33
34
events display container events such as OOM notifications, cpu, memory, IO and network stats
34
35
exec execute new process inside the container
@@ -53,5 +54,6 @@ value for "bundle" is the current directory.
53
54
--root value root directory for storage of container state (this should be located in tmpfs) (default: "/run/runc" or $XDG_RUNTIME_DIR/runc for rootless containers)
54
55
--criu value path to the criu binary used for checkpoint and restore (default: "criu")
55
56
--systemd-cgroup enable systemd cgroup support, expects cgroupsPath to be of form "slice:prefix:name" for e.g. "system.slice:runc:434234"
57
+
--rootless value enable rootless mode ('true', 'false', or 'auto') (default: "auto")
0 commit comments