Skip to content

Commit 35d9331

Browse files
committed
Document the ALL value for docker.caps.whitelist
1 parent 0ec61a8 commit 35d9331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/source/docs/drivers/docker.html.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,8 @@ options](/docs/agent/configuration/client.html#options):
625625
which is the list of capabilities allowed by docker by default, as
626626
[defined here](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
627627
Allows the operator to control which capabilities can be obtained by
628-
tasks using `cap_add` and `cap_drop` options.
628+
tasks using `cap_add` and `cap_drop` options. Supports the value `"ALL"` as a
629+
shortcut for whitelisting all capabilities.
629630

630631
Note: When testing or using the `-dev` flag you can use `DOCKER_HOST`,
631632
`DOCKER_TLS_VERIFY`, and `DOCKER_CERT_PATH` to customize Nomad's behavior. If

0 commit comments

Comments
 (0)