Skip to content

Commit 0cf567e

Browse files
Merge pull request #27098 from Webb321/feat/lowercase-cgroup
fix: lowercase cgroup
2 parents 1671029 + f26483b commit 0cf567e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/markdown/options/cgroups.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
####> are applicable to all of those.
55
#### **--cgroups**=*how*
66

7-
Determines whether the container creates CGroups.
7+
Determines whether the container creates cgroups.
88

99
Default is **enabled**.
1010

1111
The **enabled** option creates a new cgroup under the cgroup-parent.
12-
The **disabled** option forces the container to not create CGroups, and thus conflicts with CGroup options (**--cgroupns** and **--cgroup-parent**).
13-
The **no-conmon** option disables a new CGroup only for the **conmon** process.
14-
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**.
12+
The **disabled** option forces the container to not create cgroups, and thus conflicts with cgroup options (**--cgroupns** and **--cgroup-parent**).
13+
The **no-conmon** option disables a new cgroup only for the **conmon** process.
14+
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**.

docs/source/markdown/podman-stats.1.md.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ podman\-stats - Display a live stream of one or more container's resource usage
1111
## DESCRIPTION
1212
Display a live stream of one or more containers' resource usage statistics
1313

14-
Note: Podman stats does not work in rootless environments that use CGroups V1.
15-
Podman stats relies on CGroup information for statistics, and CGroup v1 is not
14+
Note: Podman stats does not work in rootless environments that use cgroups v1.
15+
Podman stats relies on cgroup information for statistics, and cgroup v1 is not
1616
supported for rootless use cases.
1717

18-
Note: Rootless environments that use CGroups V2 are not able to report statistics
18+
Note: Rootless environments that use cgroups v2 are not able to report statistics
1919
about their networking usage.
2020

2121
## OPTIONS

0 commit comments

Comments
 (0)