Add missing backticks in cap_add and cap_drop docs

This commit is contained in:
Filip Ochnik 2018-02-24 10:27:23 +01:00 committed by GitHub
parent 64badc3562
commit 756d1358bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: