summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-11 08:56:03 -0500
committerGitHub <noreply@github.com>2021-01-11 08:56:03 -0500
commit3b987a7e4e0965d1971ffd300e05522567600288 (patch)
tree0fdd25779d49005c5853c11d4a4b24134b168f75
parent41613bdb96953c9cea8a8fd46da211bd42660944 (diff)
parent3d453f9d2e329aebc1dab12cd926b5084f224ac5 (diff)
downloadpodman-3b987a7e4e0965d1971ffd300e05522567600288.tar.gz
podman-3b987a7e4e0965d1971ffd300e05522567600288.tar.bz2
podman-3b987a7e4e0965d1971ffd300e05522567600288.zip
Merge pull request #8925 from rhatdan/build
podman build --force-rm defaults to true in code
-rw-r--r--docs/source/markdown/podman-build.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index 5de3124bb..32b14a267 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -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**