From 7271dca8cc4570a28feba5a45153497dd452d899 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Mon, 31 Aug 2015 09:56:35 -0700 Subject: [PATCH] updating again. Signed-off-by: Mary Anthony --- docs/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/dockervolumes.md b/docs/userguide/dockervolumes.md index f210dddaf0..c08cf5c5c7 100644 --- a/docs/userguide/dockervolumes.md +++ b/docs/userguide/dockervolumes.md @@ -145,7 +145,7 @@ Because of [limitations in the `mount` function](http://lists.linuxfoundation.org/pipermail/containers/2015-April/ 035788.html), moving subdirectories within the host's source directory can give access from the container to the host's file system. This requires a malicious -user with access to the mounted directory on the host. +user with access to host and its mounted directory. >**Note**: The host directory is, by its nature, host-dependent. For this >reason, you can't mount a host directory from `Dockerfile` because built images