mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #4861 from giuseppe/add-cgroups-disabled-conmon
oci_conmon: do not create a cgroup under systemd
This commit is contained in:
@ -78,8 +78,9 @@ If the host uses cgroups v1, the default is set to **host**. On cgroups v2 the
|
||||
**--cgroups**=*mode*
|
||||
|
||||
Determines whether the container will create CGroups.
|
||||
Valid values are *enabled* and *disabled*, which the default being *enabled*.
|
||||
Valid values are *enabled*, *disabled*, *no-conmon*, which the default being *enabled*.
|
||||
The *disabled* option will force 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.
|
||||
|
||||
**--cgroup-parent**=*path*
|
||||
|
||||
|
@ -92,8 +92,9 @@ If the host uses cgroups v1, the default is set to **host**. On cgroups v2 the
|
||||
**--cgroups**=*mode*
|
||||
|
||||
Determines whether the container will create CGroups.
|
||||
Valid values are *enabled* and *disabled*, which the default being *enabled*.
|
||||
Valid values are *enabled*, *disabled*, *no-conmon*, which the default being *enabled*.
|
||||
The *disabled* option will force 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.
|
||||
|
||||
**--cgroup-parent**=*cgroup*
|
||||
|
||||
|
Reference in New Issue
Block a user