diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-10 05:52:32 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-10 05:52:33 -0500 |
commit | 3d453f9d2e329aebc1dab12cd926b5084f224ac5 (patch) | |
tree | b5c394fe0fd7045fe057ec235d6910b1d447c661 /docs/source/markdown | |
parent | bc0fa658f7617454673f8e2faf9298bef2890ea0 (diff) | |
download | podman-3d453f9d2e329aebc1dab12cd926b5084f224ac5.tar.gz podman-3d453f9d2e329aebc1dab12cd926b5084f224ac5.tar.bz2 podman-3d453f9d2e329aebc1dab12cd926b5084f224ac5.zip |
podman build --force-rm defaults to true in code
The man page and code should match for what is the default settings.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 2 |
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** |