podman-build/docs/build/man/podman-quadlet-print.1
2025-10-11 12:30:35 +09:00

23 lines
517 B
Groff

.nh
.TH podman-quadlet-print 1
.SH NAME
podman-quadlet-print \- Display the contents of a quadlet
.SH SYNOPSIS
\fBpodman quadlet print\fP \fIquadlet\fP
.SH DESCRIPTION
Print the contents of a Quadlet, displaying the file including all comments.
.SH EXAMPLES
.EX
$ podman quadlet print myquadlet.container
[Container]
Image=alpine
Exec=sh -c "echo LIFECYCLE TEST STARTED; trap 'exit' SIGTERM; while :; do echo running; sleep 1; done"
LogDriver=passthrough
.EE
.SH SEE ALSO
\fBpodman(1)\fP, \fBpodman-quadlet(1)\fP