From 2c03681b2c04c28add7b0d8eafbfce37937ce653 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 22 Aug 2022 19:23:54 -0600 Subject: 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 --- docs/source/markdown/options/disable-content-trust.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/source/markdown/options/disable-content-trust.md (limited to 'docs/source/markdown/options') 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. -- cgit v1.2.3-54-g00ecf