Files
podman/docs/source/markdown/podman-generate.1.md
Daniel J Walsh 9eac4a7f7b podman-remote build does not support volumes
Remove --volume option from podman-remote since it is
not supported, also add information to podman-build man page
indicating options not supported over remote connections.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-08 13:46:42 -05:00

961 B

% podman-generate(1)

NAME

podman-generate - Generate structured data based for a containers and pods

SYNOPSIS

podman generate subcommand

DESCRIPTION

The generate command will create structured output (like YAML) based on a container or pod.

COMMANDS

Command Man Page Description
kube podman-generate-kube(1) Generate Kubernetes YAML based on a pod or container.
systemd podman-generate-systemd(1) Generate systemd unit file(s) for a container or pod.

SEE ALSO

podman, podman-pod, podman-container