From 62b88cd61943bdc025a989bc3e113434d9c44880 Mon Sep 17 00:00:00 2001 From: German DZ Date: Sun, 2 Mar 2014 13:50:34 +0100 Subject: [PATCH] DOC: Fix switch name for tagging images in build command Docker-DCO-1.1-Signed-off-by: German Del Zotto (github: GermanDZ) --- docs/sources/reference/commandline/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/commandline/cli.rst b/docs/sources/reference/commandline/cli.rst index b221f0de6b..9c838bb62a 100644 --- a/docs/sources/reference/commandline/cli.rst +++ b/docs/sources/reference/commandline/cli.rst @@ -185,7 +185,7 @@ Examples: Usage: docker build [OPTIONS] PATH | URL | - Build a new container image from the source code at PATH - -t, --time="": Repository name (and optionally a tag) to be applied + -t, --tag="": Repository name (and optionally a tag) to be applied to the resulting image in case of success. -q, --quiet=false: Suppress the verbose output generated by the containers. --no-cache: Do not use the cache when building the image.