From ff87354665bb3768b1980b900c0ed6f6e81697b2 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 6 Jun 2022 14:56:29 +0100 Subject: [PATCH] docs: link to client reqs section for added clarity (#13215) --- website/content/docs/drivers/docker.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/drivers/docker.mdx b/website/content/docs/drivers/docker.mdx index bee408877..68d5090a6 100644 --- a/website/content/docs/drivers/docker.mdx +++ b/website/content/docs/drivers/docker.mdx @@ -334,9 +334,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 [`mount`](#mount) 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 {