From: W. Trevor King Date: Fri, 7 Feb 2014 23:34:32 +0000 (-0800) Subject: README.md: Remove 'is mounted from the host' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6feb721b93356be710c3d633a673964007085295;p=dockerfile.git README.md: Remove 'is mounted from the host' typo This was leftover from an old writeup of a host-mounted workaround, and should never have been committed. --- diff --git a/README.md b/README.md index a654a62..fa9ec93 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ as you see fit. $ NAMESPACE=jdoe DATE=20131210 ./build.sh I'd like to avoid bloating the images with the Portage tree, but -without ugly hacks [that is not currently possible][3156] is mounted -from the host. +without ugly hacks [that is not currently possible][3156]. [Docker]: http://www.docker.io/ [Dockerfiles]: http://www.docker.io/learn/dockerfile/