1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

build: add pull flag to force image pulling

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
This commit is contained in:
unclejack
2014-11-21 19:51:32 +02:00
committed by Tibor Vass
parent acb8b1b5f6
commit 494cc3ad71

View File

@@ -315,6 +315,7 @@ To kill the container, use `docker kill`.
--force-rm=false Always remove intermediate containers, even after unsuccessful builds
--no-cache=false Do not use cache when building the image
--pull=false Always attempt to pull a newer version of the image
-q, --quiet=false Suppress the verbose output generated by the containers
--rm=true Remove intermediate containers after a successful build
-t, --tag="" Repository name (and optionally a tag) to be applied to the resulting image in case of success