Fix broken links in docs/drivers

This commit is contained in:
Rob Genova
2018-06-22 20:48:21 +00:00
committed by Preetha Appan
parent 919fa31eb2
commit 24f29b02f6
6 changed files with 7 additions and 7 deletions

View File

@@ -583,7 +583,7 @@ of the Linux Kernel and Docker daemon.
## Client Configuration
The `docker` driver has the following [client configuration
options](/docs/agent/configuration/client.html#options):
options](/docs/configuration/client.html#options):
* `docker.endpoint` - If using a non-standard socket, HTTP or another location,
or if TLS is being used, `docker.endpoint` must be set. If unset, Nomad will

View File

@@ -131,4 +131,4 @@ the client manages garbage collection locally which mitigates any issue this may
create.
This list is configurable through the agent client
[configuration file](/docs/agent/configuration/client.html#chroot_env).
[configuration file](/docs/configuration/client.html#chroot_env).

View File

@@ -109,7 +109,7 @@ The `lxc` driver requires the following:
## Client Configuration
* `lxc.enable` - The `lxc` driver may be disabled on hosts by setting this
[client configuration][/docs/agent/configuration/client.html##options-parameters]
[client configuration][/docs/configuration/client.html##options-parameters]
option to `false` (defaults to `true`).
## Client Attributes

View File

@@ -58,9 +58,9 @@ The `qemu` driver supports the following configuration in the job spec:
the monitor socket path is limited to 108 characters. Graceful shutdown will
be disabled if qemu is < 2.10.1 and the generated monitor path exceeds this
length. You may encounter this issue if you set long
[data_dir](https://www.nomadproject.io/docs/agent/configuration/index.html#data_dir)
[data_dir](/docs/configuration/index.html#data_dir)
or
[alloc_dir](https://www.nomadproject.io/docs/agent/configuration/client.html#alloc_dir)
[alloc_dir](/docs/configuration/client.html#alloc_dir)
paths.) This feature is currently not supported on Windows.
* `port_map` - (Optional) A key-value map of port labels.

View File

@@ -79,7 +79,7 @@ task "example" {
The `raw_exec` driver can run on all supported operating systems. For security
reasons, it is disabled by default. To enable raw exec, the Nomad client
configuration must explicitly enable the `raw_exec` driver in the client's
[options](/docs/agent/configuration/client.html#options):
[options](/docs/configuration/client.html#options):
```
client {

View File

@@ -167,7 +167,7 @@ over HTTP.
## Client Configuration
The `rkt` driver has the following [client configuration
options](/docs/agent/configuration/client.html#options):
options](/docs/configuration/client.html#options):
* `rkt.volumes.enabled`: Defaults to `true`. Allows tasks to bind host paths
(`volumes`) inside their container. Binding relative paths is always allowed