mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Add --insecure,--tls-verify,--verbose flags to podman manifest inspect
--insecure and --verbose flags for docker compatibility --tls-verify for syntax compatibility and allow users to inspect manifests at remote Container Registiries without requiring tls. Helps fix: https://github.com/containers/podman/issues/14917 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
1
docs/source/markdown/.gitignore
vendored
1
docs/source/markdown/.gitignore
vendored
@ -15,6 +15,7 @@ podman-manifest-add.1.md
|
||||
podman-manifest-annotate.1.md
|
||||
podman-manifest-create.1.md
|
||||
podman-manifest-push.1.md
|
||||
podman-manifest-inspect.1.md
|
||||
podman-pause.1.md
|
||||
podman-pod-clone.1.md
|
||||
podman-pod-create.1.md
|
||||
|
@ -1,5 +1,5 @@
|
||||
####> This option file is used in:
|
||||
####> podman build, container runlabel, create, kube play, login, manifest add, manifest create, manifest push, pull, push, run, search
|
||||
####> podman build, container runlabel, create, kube play, login, manifest add, manifest create, manifest inspect, manifest push, pull, push, run, search
|
||||
####> If you edit this file, make sure your changes
|
||||
####> are applicable to all of those.
|
||||
#### **--tls-verify**
|
||||
|
@ -4,16 +4,19 @@
|
||||
podman\-manifest\-inspect - Display a manifest list or image index
|
||||
|
||||
## SYNOPSIS
|
||||
**podman manifest inspect** *listnameorindexname*
|
||||
**podman manifest inspect** [*options*] *listnameorindexname*
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
Displays the manifest list or image index stored using the specified image name.
|
||||
|
||||
## RETURN VALUE
|
||||
|
||||
A formatted JSON representation of the manifest list or image index.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
@@option tls-verify
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
```
|
Reference in New Issue
Block a user