diff options
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
| -rw-r--r-- | docs/source/markdown/podman-run.1.md | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index d0d8a5677..75f1f94ce 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -81,12 +81,14 @@ Drop Linux capabilities  **--cgroupns**=*mode* -Set the cgroup namespace mode for the container, by default **host** is used. +Set the cgroup namespace mode for the container.      **host**: use the host's cgroup namespace inside the container.      **container:<NAME|ID>**: join the namespace of the specified container.      **private**: create a new cgroup namespace.      **ns:<PATH>**: join the namespace at the specified path. +If the host uses cgroups v1, the default is set to **host**.  On cgroups v2 the default is **private**. +  **--cgroups**=*mode*  Determines whether the container will create CGroups.  | 
