mirror of https://github.com/docker/cli.git
add a little reenforcement to the help for docker build -q
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
parent
4e4c5547b8
commit
0bf10f83a1
|
@ -186,7 +186,7 @@ Examples:
|
||||||
Build a new container image from the source code at PATH
|
Build a new container image from the source code at PATH
|
||||||
-t, --time="": Repository name (and optionally a tag) to be applied
|
-t, --time="": Repository name (and optionally a tag) to be applied
|
||||||
to the resulting image in case of success.
|
to the resulting image in case of success.
|
||||||
-q, --quiet=false: Suppress verbose build output.
|
-q, --quiet=false: Suppress the verbose output generated by the containers.
|
||||||
--no-cache: Do not use the cache when building the image.
|
--no-cache: Do not use the cache when building the image.
|
||||||
--rm: Remove intermediate containers after a successful build
|
--rm: Remove intermediate containers after a successful build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue