From 4ac6375790fe0c7bc9c1bb9c3fdc67db233ff8cb Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sun, 20 Jul 2014 17:05:37 -0700 Subject: [PATCH] Fix minor grammar issues in dockervolumes.md --- docs/sources/userguide/dockervolumes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/userguide/dockervolumes.md b/docs/sources/userguide/dockervolumes.md index 02efbf7c1f..ffa67a3067 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/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. > **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.