summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2016-05-24 08:38:40 +0200
committerSebastiaan van Stijn <github@gone.nl>2016-05-25 21:34:11 +0200
commitc70c8f1ed917fc64354a00ef1e2b02461ee3fb62 (patch)
tree0c6a5b51f54f5cd835a11e2ef9a58800aefdb53e
parent4efcbf57843a45881e8ece7a2f58cea9c025601c (diff)
downloaddocker-c70c8f1ed917fc64354a00ef1e2b02461ee3fb62.tar.gz
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>
-rw-r--r--docs/reference/run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/run.md b/docs/reference/run.md
index e889178e34..447ae12cda 100644
--- a/docs/reference/run.md
+++ b/docs/reference/run.md
@@ -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).