You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/markdown/options/cgroups.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
####> are applicable to all of those.
5
5
#### **--cgroups**=*how*
6
6
7
-
Determines whether the container creates CGroups.
7
+
Determines whether the container creates cgroups.
8
8
9
9
Default is **enabled**.
10
10
11
11
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**.
0 commit comments