Skip to content

Commit

Permalink
docs: link to client reqs section for added clarity (#13215) (#13232)
Browse files Browse the repository at this point in the history
Co-authored-by: Radek Simko <radek.simko@gmail.com>
  • Loading branch information
hc-github-team-nomad-core and radeksimko authored Jun 6, 2022
1 parent c0adfc5 commit 7ac2b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/drivers/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ config {
working directory] is prevented by default and limits volumes to directories
that exist inside the allocation working directory. You can allow mounting
host paths outside of the [allocation working directory] on individual clients
by setting the `docker.volumes.enabled` option to `true` in the client's
configuration. We recommend using [`mounts`](#mounts) if you wish to have more
control over volume definitions.
by setting the `docker.volumes.enabled` option to `true` in the
[client's configuration](#client-requirements). We recommend using
[`mount`](#mount) if you wish to have more control over volume definitions.

```hcl
config {
Expand Down

0 comments on commit 7ac2b26

Please sign in to comment.