diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-16 05:41:09 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-16 09:41:29 -0400 |
commit | 4216f7b7f492fee80cfc9a7f1deb608096edd890 (patch) | |
tree | 56ede81779ebfd2d02b2eea581a204706991db1b /docs/source/markdown/podman-build.1.md | |
parent | 9119a578e782b92bd344f093f5491c318bc20d69 (diff) | |
download | podman-4216f7b7f492fee80cfc9a7f1deb608096edd890.tar.gz podman-4216f7b7f492fee80cfc9a7f1deb608096edd890.tar.bz2 podman-4216f7b7f492fee80cfc9a7f1deb608096edd890.zip |
Add no-trunc support to podman-events
Standardize on no-trunc through the code.
Alias notruncate where necessary.
Standardize on the man page display of no-trunc.
Fixes: https://github.com/containers/podman/issues/8941
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-build.1.md')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 3278436bd..98c8251b4 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -292,7 +292,7 @@ context. If you specify `-f -`, the Containerfile contents will be read from stdin. -#### **--force-rm**=*true|false* +#### **--force-rm** Always remove intermediate containers after a build, even if the build fails (default true). @@ -474,7 +474,7 @@ Suppress output messages which indicate which instruction is being processed, and of progress when pulling images from a registry, and when writing the output image. -#### **--rm**=*true|false* +#### **--rm** Remove intermediate containers after a successful build (default true). @@ -579,7 +579,7 @@ specified and therefore not changed, allowing the image's sha256 hash to remain same. All files committed to the layers of the image will be created with the timestamp. -#### **--tls-verify**=*true|false* +#### **--tls-verify** Require HTTPS and verify certificates when talking to container registries (defaults to true). (This option is not available with the remote Podman client) |