Add support for cgroupns_mode parameter. (#427)

This commit is contained in:
Felix Fontein
2022-07-15 17:14:23 +02:00
committed by GitHub
parent 2f1d9b3ff9
commit 37c868e192
5 changed files with 74 additions and 0 deletions
+9
View File
@@ -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.