mirror of https://github.com/docker/docs.git
Fixed a typo (#5474)
This commit is contained in:
parent
3869e764e3
commit
96a72d6211
|
@ -75,7 +75,7 @@ If you need to specify volume driver options, you must use `--mount`.
|
|||
will be mounted in the container. May be specified as `destination`, `dst`,
|
||||
or `target`.
|
||||
- The `readonly` option, if present, causes the bind mount to be [mounted into
|
||||
the container as read-only](#use-a-read-only-bind-mount).
|
||||
the container as read-only](#use-a-read-only-volume).
|
||||
- The `volume-opt` option, which can be specified more than once, takes a
|
||||
key-value pair consisting of the option name and its value.
|
||||
|
||||
|
|
Loading…
Reference in New Issue