diff options
author | haircommander <pehunt@redhat.com> | 2018-06-15 19:41:00 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-18 18:46:55 +0000 |
commit | d8f2cb862290895a25383485bebbca1b08f79c95 (patch) | |
tree | fad2ece26c98a254d7e8c63a8f2b0cefef169612 /docs | |
parent | 0f2ea23de567983521ce6be8804deda06056af10 (diff) | |
download | podman-d8f2cb862290895a25383485bebbca1b08f79c95.tar.gz podman-d8f2cb862290895a25383485bebbca1b08f79c95.tar.bz2 podman-d8f2cb862290895a25383485bebbca1b08f79c95.zip |
TLS verify is skipped per registry.
Signed-off-by: haircommander <pehunt@redhat.com>
Closes: #952
Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-search.1.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/podman-search.1.md b/docs/podman-search.1.md index 432906821..858d82ae3 100644 --- a/docs/podman-search.1.md +++ b/docs/podman-search.1.md @@ -73,8 +73,9 @@ Specific registry to search (only the given registry will be searched, not the d **--tls-verify** 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 -both insecured and default registries will be searched through, and tls will be used when possible. +then tls verification will be used. If set to false then tls verification will not be used if needed. If not specified +default registries will be searched through (in /etc/containers/registries.conf), and tls will be skipped if a default +registry is listed in the insecure registries. ## EXAMPLES |