运行 podman tag --help 命令:
C:\Users\Administrator> podman tag --help 为本地镜像添加额外名称 描述: 为本地存储的镜像添加一个或多个额外名称。 用法: podman tag 镜像 目标名称 [目标名称...] 示例: podman tag 0e3bbc2 fedora:latest podman tag imageID:latest myNewImage:newTag podman tag httpd myregistryhost:5000/fedora/httpd:v2