mirror of https://github.com/docker/docs.git
commit
bf7bae9662
|
|
@ -1445,7 +1445,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
|
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`.
|
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).
|
followed by `a-z0-9`, `_` (underscore), `.` (period) or `-` (hyphen).
|
||||||
An absolute path starts with a `/` (forward slash).
|
An absolute path starts with a `/` (forward slash).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue