Browse Source

Fix minor grammar issues in dockervolumes.md

Marc Abramowitz 11 years ago
parent
commit
4ac6375790
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/sources/userguide/dockervolumes.md

+ 3 - 2
docs/sources/userguide/dockervolumes.md

@@ -59,9 +59,10 @@ 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 to 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, 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
 Docker defaults to a read-write volume but we can also mount a directory
 read-only.
 read-only.