Added cap_add to the documentation for capabilities for easier search (#265) (#268)

* 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:
patchback[bot] 2022-01-05 13:35:27 +01:00 committed by GitHub
parent aff4757076
commit 8ac6ad52a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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