Files
podman/docs/source/markdown/podman-generate.1.md
Daniel J Walsh 32c2cea0f9 Remove future tense from man pages
Remove all will, would, could, should and use present tense.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-05-16 15:10:33 -04:00

1.2 KiB

% podman-generate 1

NAME

podman-generate - Generate structured data based on containers, pods or volumes

SYNOPSIS

podman generate subcommand

DESCRIPTION

The generate command creates structured output (like YAML) based on a container, pod or volume.

COMMANDS

Command Man Page Description
kube podman-kube-generate(1) Generate Kubernetes YAML based on containers, pods or volumes.
spec podman-generate-spec(1) Generate Specgen JSON based on containers or pods.
systemd podman-generate-systemd(1) Generate systemd unit file(s) for a container or pod.

SEE ALSO

podman(1), podman-pod(1), podman-container(1)