mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00

Remove the "Experimental" stanza from the Podman Artifact commands in time for Podman v5.6 and RHEL 9.7/10.1 Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
34 lines
674 B
Markdown
34 lines
674 B
Markdown
% podman-artifact-inspect 1
|
|
|
|
## NAME
|
|
podman\-artifact\-inspect - Inspect an OCI artifact
|
|
|
|
## SYNOPSIS
|
|
**podman artifact inspect** [*name*] ...
|
|
|
|
## DESCRIPTION
|
|
|
|
Inspect an artifact in the local store. The artifact can be referred to with either:
|
|
|
|
1. Fully qualified artifact name
|
|
2. Full or partial digest of the artifact's manifest
|
|
|
|
## OPTIONS
|
|
|
|
#### **--help**
|
|
|
|
Print usage statement.
|
|
|
|
## EXAMPLES
|
|
|
|
Inspect an OCI image in the local store.
|
|
```
|
|
$ podman artifact inspect quay.io/myartifact/myml:latest
|
|
```
|
|
|
|
## SEE ALSO
|
|
**[podman(1)](podman.1.md)**, **[podman-artifact(1)](podman-artifact.1.md)**
|
|
|
|
## HISTORY
|
|
Sept 2024, Originally compiled by Brent Baude <bbaude@redhat.com>
|