mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Added cap_add to the documentation for capabilities for easier search (#265)
* 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
This commit is contained in:
parent
9e3728a0b2
commit
15ab747d86
@ -39,6 +39,7 @@ options:
|
||||
capabilities:
|
||||
description:
|
||||
- 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
|
||||
elements: str
|
||||
cap_drop:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user