NAME 名称

podman-generate-spec - Generate Specgen JSON based on containers or pods
podman-generate-spec - 根据容器或 Pod 生成基于 Specgen 的 JSON

SYNOPSIS 概要

podman generate spec [options] *container | pod
podman generate spec [选项] *容器 | pod

DESCRIPTION 描述

podman generate spec generates SpecGen JSON from Podman Containers and Pods. This JSON can be printed to a file, directly to the command line, or both.
podman generate spec 从 Podman 容器和 Pod 生成 SpecGen JSON。此 JSON 可以打印到文件,直接打印到命令行,或两者兼而有之。

This JSON can then be used as input for the Podman API, specifically for Podman container and pod creation. Specgen is Podman’s internal structure for formulating new container-related entities.
这个 JSON 然后可以用作 Podman API 的输入,特别是用于 Podman 容器和 pod 的创建。 Specgen 是 Podman 用于构建新的与容器相关实体的内部结构。

OPTIONS 选项

--compact, -c

Print the output in a compact, one line format. This is useful when piping the data to the Podman API
以紧凑的单行格式打印输出。将数据传输到 Podman API 时非常有用。

--filename, -f=filename
--文件名, -f=文件名 ¶

Output to the given file.
输出到指定文件。

--name, -n --名称, -n ¶

Rename the pod or container, so that it does not conflict with the existing entity. This is helpful when the JSON is to be used before the source pod or container is deleted.
重命名 Pod 或容器,以避免与现有实体冲突。当 JSON 在源 Pod 或容器被删除之前使用时,这将很有帮助。