mirror of
https://github.com/containers/podman.git
synced 2025-12-09 15:19:35 +08:00
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>
6 lines
224 B
Markdown
6 lines
224 B
Markdown
#### **--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.
|