Update volumes.md

Fix bind-mounts link.
This commit is contained in:
Peter Wen 2017-11-03 13:01:08 -04:00 committed by Joao Fernandes
parent ee2dae0ebf
commit a998ff1039
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ If you need to specify volume driver options, you must use `--mount`.
consisting of a `<key>=<value>` tuple. The `--mount` syntax is more verbose
than `-v` or `--volume`, but the order of the keys is not significant, and
the value of the flag is easier to understand.
- The `type` of the mount, which can be [`bind`](bind-mounts-md), `volume`, or
- The `type` of the mount, which can be [`bind`](bind-mounts.md), `volume`, or
[`tmpfs`](tmpfs.md). This topic discusses volumes, so the type will always
be `volume`.
- The `source` of the mount. For named volumes, this is the name of the volume.