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>
Upstream-commit: 10a12ec17e
Component: cli
This commit is contained in:
Doug Davis
2017-06-02 00:06:49 +00:00
committed by Tibor Vass
parent 934492366e
commit 56dbe81cee
@@ -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