WARNING: Experimental command¶
This command is considered experimental and still in development. Inputs, options, and outputs are all subject to change.
NAME¶
podman-artifact - Manage OCI artifacts
SYNOPSIS¶
podman artifact subcommand
DESCRIPTION¶
podman artifact
is a set of subcommands that manage OCI artifacts.
OCI artifacts are a common way to distribute files that are associated with OCI images and containers. Podman is capable of managing (pulling, inspecting, pushing) these artifacts from its local “artifact store”.
SUBCOMMANDS¶
Command |
Man Page |
Description |
---|---|---|
add |
Add an OCI artifact to the local store |
|
inspect |
Inspect an OCI artifact |
|
ls |
List OCI artifacts in local store |
|
pull |
Pulls an artifact from a registry and stores it locally |
|
push |
Push an OCI artifact from local storage to an image registry |
|
rm |
Remove an OCI from local storage |
SEE ALSO¶
HISTORY¶
Sept 2024, Originally compiled by Brent Baude bbaude@redhat.com