mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add support for cgroupns_mode parameter. (#427)
This commit is contained in:
@@ -47,6 +47,15 @@ options:
|
||||
- List of capabilities to drop from the container.
|
||||
type: list
|
||||
elements: str
|
||||
cgroupns_mode:
|
||||
description:
|
||||
- Specify the cgroup namespace mode for the container.
|
||||
- The Docker CLI calls this simply C(cgroupns).
|
||||
type: str
|
||||
choices:
|
||||
- host
|
||||
- private
|
||||
version_added: 3.0.0
|
||||
cgroup_parent:
|
||||
description:
|
||||
- Specify the parent cgroup for the container.
|
||||
|
||||
Reference in New Issue
Block a user