podman-quadlet-print - Man Page

Display the contents of a quadlet

Synopsis

podman quadlet print quadlet

Description

Print the contents of a Quadlet, displaying the file including all comments.

Examples

$ 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

See Also

podman(1), podman-quadlet(1)

Referenced By

podman-quadlet(1).