diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-22 19:23:54 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-23 10:10:35 -0600 |
commit | 2c03681b2c04c28add7b0d8eafbfce37937ce653 (patch) | |
tree | 70a7aaf5d896506ac899e0be26b28731ccfcf45e /docs/source/markdown/options | |
parent | ee2f8155cc85705787900db71f4154d358bd419d (diff) | |
download | podman-2c03681b2c04c28add7b0d8eafbfce37937ce653.tar.gz podman-2c03681b2c04c28add7b0d8eafbfce37937ce653.tar.bz2 podman-2c03681b2c04c28add7b0d8eafbfce37937ce653.zip |
Man pages: refactor common options: --disable-content-trust
A NOP option. I chose the container word, of course, and the
word 'option' instead of 'flag'. I also hyphenated where needed.
I'm choosing to eliminate the "not on remote" text, because I
don't think it's true: podman-remote happily accepts that
flag on all those commands, including build. (It's marked
as hidden on build, but still accepted).
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/disable-content-trust.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/options/disable-content-trust.md b/docs/source/markdown/options/disable-content-trust.md new file mode 100644 index 000000000..a2d1d8ad7 --- /dev/null +++ b/docs/source/markdown/options/disable-content-trust.md @@ -0,0 +1,5 @@ +#### **--disable-content-trust** + +This is a Docker-specific option to disable image verification to a container +registry and is not supported by Podman. This option is a NOOP and provided +solely for scripting compatibility. |