mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
* added cap_add to the documentation for capabilities for easier search comming from docker
* added equivalent syntax for docker cli and compose to capabilities docs
* added equivalent syntax for docker cli and compose to capabilities docs
(cherry picked from commit 15ab747d86)
Co-authored-by: Richard James Acton <richardjacton@pm.me>
This commit is contained in:
parent
aff4757076
commit
8ac6ad52a1
@ -45,6 +45,7 @@ options:
|
|||||||
capabilities:
|
capabilities:
|
||||||
description:
|
description:
|
||||||
- List of capabilities to add to the container.
|
- List of capabilities to add to the container.
|
||||||
|
- This is equivalent to C(docker run --cap-add), or the docker-compose option C(cap_add).
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
cap_drop:
|
cap_drop:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user