NAME 名称

podman-manifest-rm - Remove manifest list or image index from local storage
podman-manifest-rm - 从本地存储中删除清单列表或镜像索引

SYNOPSIS 概要

podman manifest rm list-or-index […]

DESCRIPTION 描述

Removes one or more locally stored manifest lists.
删除一个或多个本地存储的清单列表。

EXAMPLE 例子 ¶

podman manifest rm <list>

podman manifest rm listid1 listid2

storage.conf (/etc/containers/storage.conf)

storage.conf is the storage configuration file for all tools using containers/storage
storage.conf 是所有使用容器/存储的工具的存储配置文件

The storage configuration file specifies all of the available container storage options for tools using shared container storage.
存储配置文件指定了所有可用的容器存储选项,适用于使用共享容器存储的工具

SEE ALSO 参见 ¶

podman(1), podman-manifest(1), containers-storage.conf(5)