Skip to content

Commit

Permalink
Merge pull request containers#8925 from rhatdan/build
Browse files Browse the repository at this point in the history
podman build --force-rm defaults to true in code
  • Loading branch information
openshift-merge-robot authored Jan 11, 2021
2 parents 41613bd + 3d453f9 commit 3b987a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-build.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ If you specify `-f -`, the Containerfile contents will be read from stdin.
#### **--force-rm**=*true|false*

Always remove intermediate containers after a build, even if the build fails
(default false).
(default true).

#### **--format**

Expand Down

0 comments on commit 3b987a7

Please sign in to comment.