mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
DOC: Fix switch name for tagging images in build command
Docker-DCO-1.1-Signed-off-by: German Del Zotto <germ@ndz.com.ar> (github: GermanDZ) Upstream-commit: 62b88cd61943bdc025a989bc3e113434d9c44880 Component: engine
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user