Fixed a typo (#5474)

This commit is contained in:
Jan Kašpar 2017-12-11 22:30:17 +01:00 committed by John Mulhausen
parent 3869e764e3
commit 96a72d6211
1 changed files with 1 additions and 1 deletions

View File

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