mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Merge pull request #3744 from filipochnik/remove-docs-duplicate
Remove duplicate docs entry for docker privileged option
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user