From 56dbe81ceee58de9d0378f888dbf269a2629e099 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Wed, 11 Mar 2015 09:04:30 -0700 Subject: [PATCH] Minor tweak to build -f text to make it clear Dockerfile is in context Closes #11289 Signed-off-by: Doug Davis Upstream-commit: 10a12ec17e241774760f0ad8e202fae0f4e4fb88 Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index 4ba938f2f1..b10ab83058 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -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