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

podman-build(1)

Build a container using a Dockerfile.
使用 Dockerfile 构建容器。

diff

podman-image-diff(1)

Inspect changes on an image’s filesystem.
检查图像文件系统上的更改。

exists

podman-image-exists(1)

Check if an image exists in local storage.
检查本地存储中是否存在图像。

history

podman-history(1)

Show the history of an image.
显示镜像的历史记录。

import

podman-import(1)

Import a tarball and save it as a filesystem image.
导入一个 tarball 并将其保存为文件系统镜像。

inspect

podman-image-inspect(1)

Display an image’s configuration.
显示镜像的配置。

list

podman-images(1)

List the container images on the system.(alias ls)
列出系统上的容器镜像。(别名 ls)

load

podman-load(1)

Load an image from the docker archive.
从 Docker 存档中加载图像。

mount

podman-image-mount(1)

Mount an image’s root filesystem.
挂载图像的根文件系统。

prune

podman-image-prune(1)

Remove all unused images from the local store.
从本地存储中删除所有未使用的镜像。

pull

podman-pull(1)

Pull an image from a registry.
从注册表中拉取镜像。

push

podman-push(1)

Push an image from local storage to elsewhere.
将镜像从本地存储推送到其他地方。

rm

podman-rmi(1)

Remove one or more locally stored images.
删除一个或多个本地存储的镜像。

save

podman-save(1)

Save an image to docker-archive or oci.
将图像保存到 docker-archive 或 oci。

scp

podman-image-scp(1)

Securely copy an image from one host to another.
安全地从一个主机复制图像到另一个主机。

search

podman-search(1)

Search a registry for an image.
在注册表中搜索镜像。

sign

podman-image-sign(1)

Create a signature for an image.
为图像创建签名。

tag

podman-tag(1)

Add an additional name to a local image.
为本地图像添加额外名称。

tree

podman-image-tree(1)

Print layer hierarchy of an image in a tree format.
以树状格式打印图像的层次结构。

trust

podman-image-trust(1)

Manage container registry image trust policy.
管理容器注册表镜像信任策略。

unmount

podman-image-unmount(1)

Unmount an image’s root filesystem.
卸载镜像的根文件系统。

untag

podman-untag(1)

Remove one or more names from a locally-stored image.
从本地存储的镜像中删除一个或多个名称。

SEE ALSO 参见 ¶

podman(1)