Merge pull request #22928 from friism/patch-3

remove duplicated text
(cherry picked from commit bf7bae9662)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Vincent Demeester 2016-05-24 08:38:40 +02:00 committed by Sebastiaan van Stijn
parent 4efcbf5784
commit c70c8f1ed9
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -1430,7 +1430,7 @@ The `host-src` can either be an absolute path or a `name` value. If you
supply an absolute path for the `host-dir`, Docker bind-mounts to the path
you specify. If you supply a `name`, Docker creates a named volume by that `name`.
A `name` value must start with start with an alphanumeric character,
A `name` value must start with an alphanumeric character,
followed by `a-z0-9`, `_` (underscore), `.` (period) or `-` (hyphen).
An absolute path starts with a `/` (forward slash).