Skip to content

Commit fdd8055

Browse files
Merge pull request opencontainers#1868 from rhatdan/man
Add --rootless option to man page
2 parents 1555a78 + cb3e35b commit fdd8055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

man/runc.8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ value for "bundle" is the current directory.
2929

3030
# COMMANDS
3131
checkpoint checkpoint a running container
32+
create create a container
3233
delete delete any resources held by the container often used with detached containers
3334
events display container events such as OOM notifications, cpu, memory, IO and network stats
3435
exec execute new process inside the container
@@ -53,5 +54,6 @@ value for "bundle" is the current directory.
5354
--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)
5455
--criu value path to the criu binary used for checkpoint and restore (default: "criu")
5556
--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")
5658
--help, -h show help
5759
--version, -v print the version

0 commit comments

Comments
 (0)