Add missing backticks in cap_add and cap_drop docs
This commit is contained in:
parent
64badc3562
commit
756d1358bd
|
@ -328,7 +328,7 @@ The `docker` driver supports the following configuration in the job spec. Only
|
|||
|
||||
* `cap_add` - (Optional) A list of Linux capabilities as strings to pass directly to
|
||||
[`--cap-add`](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
|
||||
Effective capabilities (computed from `cap_add` and `cap_drop) have to match the configured whitelist.
|
||||
Effective capabilities (computed from `cap_add` and `cap_drop`) have to match the configured whitelist.
|
||||
The whitelist can be customized using the `docker.cap.whitelist` key in the client node's configuration.
|
||||
For example:
|
||||
|
||||
|
@ -343,7 +343,7 @@ The `docker` driver supports the following configuration in the job spec. Only
|
|||
|
||||
* `cap_drop` - (Optional) A list of Linux capabilities as strings to pass directly to
|
||||
[`--cap-drop`](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).
|
||||
Effective capabilities (computed from `cap_add` and `cap_drop) have to match the configured whitelist.
|
||||
Effective capabilities (computed from `cap_add` and `cap_drop`) have to match the configured whitelist.
|
||||
The whitelist can be customized using the `docker.caps.whitelist` key in the client node's configuration.
|
||||
For example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue