From cd5df24fcab9814f7148002ee9d89eb440344f66 Mon Sep 17 00:00:00 2001 From: Filip Ochnik Date: Fri, 12 Jan 2018 14:29:31 +0100 Subject: [PATCH] Remove duplicate docs entry for docker privileged option --- website/source/docs/drivers/docker.html.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 4ea260386..5000f2a7a 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -210,11 +210,6 @@ The `docker` driver supports the following configuration in the job spec. Only * `port_map` - (Optional) A key-value map of port labels (see below). -* `privileged` - (Optional) `true` or `false` (default). Privileged mode gives - the container access to devices on the host. Note that this also requires the - nomad agent and docker daemon to be configured to allow privileged - containers. - * `security_opt` - (Optional) A list of string flags to pass directly to [`--security-opt`](https://docs.docker.com/engine/reference/run/#security-configuration). For example: