Browse code

Merge pull request #22928 from friism/patch-3

remove duplicated text
(cherry picked from commit bf7bae9662a2de9cdb689ac813c503fe1157d6da)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Vincent Demeester authored on 2016/05/24 15:38:40
Showing 1 changed files
... ...
@@ -1430,7 +1430,7 @@ The `host-src` can either be an absolute path or a `name` value. If you
1430 1430
 supply an absolute path for the `host-dir`, Docker bind-mounts to the path
1431 1431
 you specify. If you supply a `name`, Docker creates a named volume by that `name`.
1432 1432
 
1433
-A `name` value must start with start with an alphanumeric character,
1433
+A `name` value must start with an alphanumeric character,
1434 1434
 followed by `a-z0-9`, `_` (underscore), `.` (period) or `-` (hyphen).
1435 1435
 An absolute path starts with a `/` (forward slash).
1436 1436