1
0
mirror of https://github.com/moby/moby.git synced 2025-12-24 13:21:20 +03:00

Merge pull request #5839 from unclejack/improve_build_rm

add --force-rm to clean up after a failed build
This commit is contained in:
Michael Crosby
2014-05-22 10:54:05 -07:00
16 changed files with 1553 additions and 10 deletions

View File

@@ -192,6 +192,7 @@ To kill the container, use `docker kill`.
Build a new container image from the source code at PATH
--force-rm=false Always remove intermediate containers, even after unsuccessful builds
--no-cache=false Do not use cache when building the image
-q, --quiet=false Suppress the verbose output generated by the containers
--rm=true Remove intermediate containers after a successful build