mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 09:55:42 +00:00
Option defaults in API must be the same as in CLI. ``` % podman image push --help % podman image pull --help % podman manifest push --help % podman image search --help ``` All of these CLI commands them have --tls-verify=true by default: ``` --tls-verify require HTTPS and verify certificates when accessing the registry (default true) ``` As for `podman image build`, it doesn't have any means to control `tlsVerify` parameter but it must be true by default. Signed-off-by: Vladimir Kochnev <hashtable@yandex.ru> |
||
|---|---|---|
| .. | ||
| containers.go | ||
| containers_create.go | ||
| containers_stats.go | ||
| generate.go | ||
| healthcheck.go | ||
| images.go | ||
| images_pull.go | ||
| images_push.go | ||
| info.go | ||
| manifests.go | ||
| networks.go | ||
| play.go | ||
| pods.go | ||
| secrets.go | ||
| swagger_spec.go | ||
| system.go | ||
| volumes.go | ||