1
0
mirror of https://github.com/moby/moby.git synced 2026-01-06 07:21:23 +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
parent ce8ebaf0e0
commit 054e57a622
7 changed files with 18 additions and 0 deletions

View File

@@ -312,6 +312,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