mirror of https://github.com/docker/docs.git
parent
ee2dae0ebf
commit
a998ff1039
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue