Skip to content

Commit

Permalink
Document the ALL value for docker.caps.whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
filipochnik committed Jan 23, 2018
1 parent 0ec61a8 commit 35d9331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,8 @@ options](/docs/agent/configuration/client.html#options):
which is the list of capabilities allowed by docker by default, as
[defined here](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
Allows the operator to control which capabilities can be obtained by
tasks using `cap_add` and `cap_drop` options.
tasks using `cap_add` and `cap_drop` options. Supports the value `"ALL"` as a
shortcut for whitelisting all capabilities.

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

0 comments on commit 35d9331

Please sign in to comment.