Skip to content

Commit

Permalink
docs: fix link in docker driver docs (hashicorp#9066)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored and fredrikhgrelland committed Oct 22, 2020
1 parent e0e170e commit 287af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/drivers/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 287af0c

Please sign in to comment.