NAME¶ 名称
podman-image - Manage images
podman-image - 管理镜像
SYNOPSIS¶ 概要
podman image subcommand podman 镜像子命令
DESCRIPTION¶ 描述
The image command allows the management of images
镜像命令允许管理镜像
COMMANDS¶ 命令 ¶
Command |
Man Page 手册页 |
Description |
---|---|---|
build |
Build a container using a Dockerfile. |
|
diff |
Inspect changes on an image’s filesystem. |
|
exists |
Check if an image exists in local storage. |
|
history |
Show the history of an image. |
|
import |
Import a tarball and save it as a filesystem image. |
|
inspect |
Display an image’s configuration. |
|
list |
List the container images on the system.(alias ls) |
|
load |
Load an image from the docker archive. |
|
mount |
Mount an image’s root filesystem. |
|
prune |
Remove all unused images from the local store. |
|
pull |
Pull an image from a registry. |
|
push |
Push an image from local storage to elsewhere. |
|
rm |
Remove one or more locally stored images. |
|
save |
Save an image to docker-archive or oci. |
|
scp |
Securely copy an image from one host to another. |
|
search |
Search a registry for an image. |
|
sign |
Create a signature for an image. |
|
tag |
Add an additional name to a local image. |
|
tree |
Print layer hierarchy of an image in a tree format. |
|
trust |
Manage container registry image trust policy. |
|
unmount |
Unmount an image’s root filesystem. |
|
untag |
Remove one or more names from a locally-stored image. |