docs: fix link in docker driver docs (#9066)

This commit is contained in:
Lens0021
2020-10-12 21:17:07 +09:00
committed by GitHub
parent 1b6a9ca517
commit b849db7dca

View File

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