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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user