podman-quadlet-print
Display the contents of a quadlet
- Provided by: podman (Version: 5.7.0+ds2-3build1)
- Report a bug
Display the contents of a quadlet
podman quadlet print quadlet
podman quadlet cat quadlet
Print the contents of a Quadlet, displaying the file including all comments.
Using podman quadlet print to display the contents of a quadlet named myquadlet.container:
$ 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