mirror of
https://github.com/containers/podman.git
synced 2025-07-31 12:22:29 +08:00

Also add podman-commands.sh to compare man pages to commands. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
20 lines
763 B
Markdown
20 lines
763 B
Markdown
% podman-generate(1)
|
|
|
|
## NAME
|
|
podman\-container - 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)](podman-generate-kube.1.md)| Generate Kubernetes YAML based on a pod or container. |
|
|
|
|
## SEE ALSO
|
|
podman, podman-pod, podman-container
|