diff options
Diffstat (limited to 'docs/podman-pull.1.md')
-rw-r--r-- | docs/podman-pull.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index 6f46fdf86..698314184 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -83,7 +83,9 @@ option be used, as the default behavior of using the system-wide default policy **--tls-verify** -Require HTTPS and verify certificates when contacting registries (default: true) +Require HTTPS and verify certificates when contacting registries (default: true). If explicitly set to true, +then tls verification will be used, If set to false then tls verification will not be used. If not specified +tls verification will be used unless the target registry is listed as an insecure registry in registries.conf. ## EXAMPLES |