diff --git a/website/pages/docs/drivers/docker.mdx b/website/pages/docs/drivers/docker.mdx index 5f404e722..498fee888 100644 --- a/website/pages/docs/drivers/docker.mdx +++ b/website/pages/docs/drivers/docker.mdx @@ -306,7 +306,7 @@ The `docker` driver supports the following configuration in the job spec. Only - `work_dir` - (Optional) The working directory inside the container. - `mounts` - (Optional) A list of - [mounts](https://docs.docker.com/engine/reference/commandline/service_create/#add-bind-mounts-or-volumes) + [mounts](https://docs.docker.com/engine/reference/commandline/service_create/#add-bind-mounts-volumes-or-memory-filesystems) to be mounted into the container. Volume, bind, and tmpfs type mounts are supported. ```hcl