Minor tweak to build -f text to make it clear Dockerfile is in context

Closes #11289

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis
2015-03-11 09:04:30 -07:00
committed by Tibor Vass
parent 1fcf42aa8d
commit 10a12ec17e

View File

@ -508,7 +508,7 @@ is returned by the `docker attach` command to its caller too:
Build a new image from the source code at PATH
-f, --file="" Name of the Dockerfile(Default is 'Dockerfile')
-f, --file="" Name of the Dockerfile (Default is 'PATH/Dockerfile')
--force-rm=false Always remove intermediate containers
--no-cache=false Do not use cache when building the image
--pull=false Always attempt to pull a newer version of the image