mirror of
https://github.com/containers/podman.git
synced 2025-05-22 01:27:07 +08:00

Continued. Harder-to-review ones this time. Signed-off-by: Ed Santiago <santiago@redhat.com>
423 B
423 B
--cgroupns=mode
Set the cgroup namespace mode for the container.
- host: use the host's cgroup namespace inside the container.
- container:id: join the namespace of the specified container.
- private: create a new cgroup namespace.
- ns:path: join the namespace at the specified path.
If the host uses cgroups v1, the default is set to host. On cgroups v2, the default is private.