mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
Merge pull request #8925 from rhatdan/build
podman build --force-rm defaults to true in code
This commit is contained in:
@ -294,7 +294,7 @@ If you specify `-f -`, the Containerfile contents will be read from stdin.
|
|||||||
#### **--force-rm**=*true|false*
|
#### **--force-rm**=*true|false*
|
||||||
|
|
||||||
Always remove intermediate containers after a build, even if the build fails
|
Always remove intermediate containers after a build, even if the build fails
|
||||||
(default false).
|
(default true).
|
||||||
|
|
||||||
#### **--format**
|
#### **--format**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user