fix: standardize casing for cgroups in documentation

Fixes: #27089

Signed-off-by: Tong Li <djfkvcing117@gmail.com>
This commit is contained in:
Tong Li
2025-09-23 00:04:17 +08:00
parent 1671029517
commit f26483ba7d
2 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@
####> are applicable to all of those.
#### **--cgroups**=*how*
Determines whether the container creates CGroups.
Determines whether the container creates cgroups.
Default is **enabled**.
The **enabled** option creates a new cgroup under the cgroup-parent.
The **disabled** option forces the container to not create CGroups, and thus conflicts with CGroup options (**--cgroupns** and **--cgroup-parent**).
The **no-conmon** option disables a new CGroup only for the **conmon** process.
The **split** option splits the current CGroup in two sub-cgroups: one for conmon and one for the container payload. It is not possible to set **--cgroup-parent** with **split**.
The **disabled** option forces the container to not create cgroups, and thus conflicts with cgroup options (**--cgroupns** and **--cgroup-parent**).
The **no-conmon** option disables a new cgroup only for the **conmon** process.
The **split** option splits the current cgroup in two sub-cgroups: one for conmon and one for the container payload. It is not possible to set **--cgroup-parent** with **split**.

View File

@ -11,11 +11,11 @@ podman\-stats - Display a live stream of one or more container's resource usage
## DESCRIPTION
Display a live stream of one or more containers' resource usage statistics
Note: Podman stats does not work in rootless environments that use CGroups V1.
Podman stats relies on CGroup information for statistics, and CGroup v1 is not
Note: Podman stats does not work in rootless environments that use cgroups v1.
Podman stats relies on cgroup information for statistics, and cgroup v1 is not
supported for rootless use cases.
Note: Rootless environments that use CGroups V2 are not able to report statistics
Note: Rootless environments that use cgroups v2 are not able to report statistics
about their networking usage.
## OPTIONS