From 0bd77d238137091b45b94dd8df6e4cb2151e44f5 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 --- docs/reference/commandline/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 77096acd3c..20fd58236b 100644 --- a/docs/reference/commandline/build.md +++ b/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