mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add support from device_cgroup_rules parameter (#910)
This commit is contained in:
@@ -299,6 +299,12 @@ options:
|
||||
- Driver-specific options.
|
||||
type: dict
|
||||
version_added: 0.1.0
|
||||
device_cgroup_rules:
|
||||
description:
|
||||
- List of cgroup rules to apply to the container.
|
||||
type: list
|
||||
elements: str
|
||||
version_added: 3.11.0
|
||||
dns_opts:
|
||||
description:
|
||||
- List of DNS options.
|
||||
|
||||
Reference in New Issue
Block a user