mirror of
https://github.com/containers/podman.git
synced 2025-10-12 00:35:05 +08:00
Merge pull request #27098 from Webb321/feat/lowercase-cgroup
fix: lowercase cgroup
This commit is contained in:
@ -4,11 +4,11 @@
|
|||||||
####> are applicable to all of those.
|
####> are applicable to all of those.
|
||||||
#### **--cgroups**=*how*
|
#### **--cgroups**=*how*
|
||||||
|
|
||||||
Determines whether the container creates CGroups.
|
Determines whether the container creates cgroups.
|
||||||
|
|
||||||
Default is **enabled**.
|
Default is **enabled**.
|
||||||
|
|
||||||
The **enabled** option creates a new cgroup under the cgroup-parent.
|
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 **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 **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 **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**.
|
||||||
|
@ -11,11 +11,11 @@ podman\-stats - Display a live stream of one or more container's resource usage
|
|||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Display a live stream of one or more containers' resource usage statistics
|
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.
|
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
|
Podman stats relies on cgroup information for statistics, and cgroup v1 is not
|
||||||
supported for rootless use cases.
|
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.
|
about their networking usage.
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
|
Reference in New Issue
Block a user