1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix minor grammar issues in dockervolumes.md

This commit is contained in:
Marc Abramowitz 2014-07-20 17:05:37 -07:00
parent e60543400d
commit 4ac6375790

View file

@ -59,9 +59,10 @@ absolute path and if the directory doesn't exist Docker will automatically
create it for you.
> **Note:**
> This is not available from a `Dockerfile` due the portability
> This is not available from a `Dockerfile` due to the portability
> and sharing purpose of it. As the host directory is, by its nature,
> host-dependent it might not work all hosts.
> host-dependent, a host directory specified in a `Dockerfile` probably
> wouldn't work on all hosts.
Docker defaults to a read-write volume but we can also mount a directory
read-only.