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
Referenced By
The man page docker-quadlet-print(1) is an alias of podman-quadlet-print(1).