From 35d9331b50d6540506e051758ef398801a06acdf Mon Sep 17 00:00:00 2001 From: Filip Ochnik Date: Tue, 23 Jan 2018 11:30:44 +0100 Subject: [PATCH] Document the ALL value for docker.caps.whitelist --- website/source/docs/drivers/docker.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index c8e82aa86..7c90693a6 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -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