mirror of https://github.com/docker/docs.git
Merge pull request #6279 from sebastienhouzet/patch-3
Update dockervolumes.md
This commit is contained in:
commit
5b85dc3584
|
@ -58,7 +58,7 @@ we change the source code. The directory on the host must be specified as an
|
||||||
absolute path and if the directory doesn't exist Docker will automatically
|
absolute path and if the directory doesn't exist Docker will automatically
|
||||||
create it for you.
|
create it for you.
|
||||||
|
|
||||||
> **Note::**
|
> **Note:**
|
||||||
> This is not available from a `Dockerfile` due the portability
|
> This is not available from a `Dockerfile` due the portability
|
||||||
> and sharing purpose of it. As the host directory is, by its nature,
|
> and sharing purpose of it. As the host directory is, by its nature,
|
||||||
> host-dependent it might not work all hosts.
|
> host-dependent it might not work all hosts.
|
||||||
|
|
Loading…
Reference in New Issue