podman-quadlet-print(1) General Commands Manual podman-quadlet-print(1)

podman-quadlet-print - Display the contents of a quadlet

podman quadlet print quadlet

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

$ 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

podman(1), podman-quadlet(1)