From 85f1d4b55322454efce22a9d55d8514b756e0ad3 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Sun, 19 Mar 2017 17:53:10 -0400 Subject: [PATCH] Fix 'Specify a Dockerfile (-f)' heading in Engine CLI Docs. Signed-off-by: Ricardo N Feliciano Upstream-commit: 30b0334917e8e1778906e6033cf628ecfe1fae20 Component: cli --- components/cli/docs/reference/commandline/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cli/docs/reference/commandline/build.md b/components/cli/docs/reference/commandline/build.md index 77096acd3c..20fd58236b 100644 --- a/components/cli/docs/reference/commandline/build.md +++ b/components/cli/docs/reference/commandline/build.md @@ -334,6 +334,7 @@ For example, to tag an image both as `whenry/fedora-jboss:latest` and ```bash $ docker build -t whenry/fedora-jboss:latest -t whenry/fedora-jboss:v2.1 . ``` + ### Specify a Dockerfile (-f) ```bash