32 lines
750 B
Groff
32 lines
750 B
Groff
'\" t
|
|
.nh
|
|
.TH podman-generate 1
|
|
.SH NAME
|
|
podman-generate \- Generate structured data based on containers, pods or volumes
|
|
|
|
.SH SYNOPSIS
|
|
\fBpodman generate\fP \fIsubcommand\fP
|
|
|
|
.SH DESCRIPTION
|
|
The generate command creates structured output (like YAML) based on a container, pod or volume.
|
|
|
|
.SH COMMANDS
|
|
.TS
|
|
allbox;
|
|
l l l
|
|
l l l .
|
|
\fBCommand\fP \fBMan Page\fP \fBDescription\fP
|
|
kube podman-kube-generate(1) T{
|
|
Generate Kubernetes YAML based on containers, pods or volumes.
|
|
T}
|
|
spec podman-generate-spec(1) T{
|
|
Generate Specgen JSON based on containers or pods.
|
|
T}
|
|
systemd podman-generate-systemd(1) T{
|
|
[DEPRECATED] Generate systemd unit file(s) for a container or pod.
|
|
T}
|
|
.TE
|
|
|
|
.SH SEE ALSO
|
|
\fBpodman(1)\fP, \fBpodman-pod(1)\fP, \fBpodman-container(1)\fP
|