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:
Richard James Acton 2022-01-05 12:09:22 +00:00 committed by GitHub
parent 9e3728a0b2
commit 15ab747d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,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: