diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-21 13:43:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 13:43:58 -0400 |
commit | e5b3563a897395030c5714ac014bbad79f24ede9 (patch) | |
tree | 6a1f676671c1e94a26d2bb7dbc19618c91198f75 /docs/source/markdown/podman-pull.1.md | |
parent | 26410e4f4e2a93f2e9ecc2cda7ef59d888285b39 (diff) | |
parent | fc52aa6704c77c4fcd87471b90d688e7b8315f28 (diff) | |
download | podman-e5b3563a897395030c5714ac014bbad79f24ede9.tar.gz podman-e5b3563a897395030c5714ac014bbad79f24ede9.tar.bz2 podman-e5b3563a897395030c5714ac014bbad79f24ede9.zip |
Merge pull request #7036 from rhatdan/docker
Add noop function disable-content-trust
Diffstat (limited to 'docs/source/markdown/podman-pull.1.md')
-rw-r--r-- | docs/source/markdown/podman-pull.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-pull.1.md b/docs/source/markdown/podman-pull.1.md index 5d941219a..201b10aa6 100644 --- a/docs/source/markdown/podman-pull.1.md +++ b/docs/source/markdown/podman-pull.1.md @@ -73,6 +73,12 @@ The [username[:password]] to use to authenticate with the registry if required. If one or both values are not supplied, a command line prompt will appear and the value can be entered. The password is entered without echo. +**--disable-content-trust** + +This is a Docker specific option to disable image verification to a Docker +registry and is not supported by Podman. This flag is a NOOP and provided +solely for scripting compatibility. + **--override-os**=*OS* Use OS instead of the running OS for choosing images |