.nh .TH podman\-image(1) .SH NAME .PP podman\-image \- Manage images .SH SYNOPSIS .PP \fBpodman image\fP \fIsubcommand\fP .SH DESCRIPTION .PP The image command allows you to manage images .SH COMMANDS .TS allbox; l l l l l l . \fB\fCCommand\fR \fB\fCMan Page\fR \fB\fCDescription\fR build podman\-build(1) T{ Build a container using a Dockerfile. T} diff podman\-image\-diff(1) T{ Inspect changes on an image's filesystem. T} exists podman\-image\-exists(1) T{ Check if an image exists in local storage. T} history podman\-history(1) Show the history of an image. import podman\-import(1) T{ Import a tarball and save it as a filesystem image. T} inspect podman\-inspect(1) T{ Display a image or image's configuration. T} list podman\-images(1) T{ List the container images on the system.(alias ls) T} load podman\-load(1) T{ Load an image from the docker archive. T} mount podman\-image\-mount(1) T{ Mount an image's root filesystem. T} prune podman\-image\-prune(1) T{ Remove all unused images from the local store. T} pull podman\-pull(1) Pull an image from a registry. push podman\-push(1) T{ Push an image from local storage to elsewhere. T} rm podman\-rmi(1) T{ Removes one or more locally stored images. T} save podman\-save(1) T{ Save an image to docker\-archive or oci. T} search podman\-search(1) T{ Search a registry for an image. T} sign podman\-image\-sign(1) T{ Create a signature for an image. T} tag podman\-tag(1) T{ Add an additional name to a local image. T} tree podman\-image\-tree(1) T{ Prints layer hierarchy of an image in a tree format. T} trust podman\-image\-trust(1) T{ Manage container registry image trust policy. T} unmount podman\-image\-unmount(1) T{ Unmount an image's root filesystem. T} untag podman\-untag(1) T{ Removes one or more names from a locally\-stored image. T} .TE .SH SEE ALSO .PP podman