table of contents
other versions
- testing 5.6.2+ds1-4+b1
- unstable 5.6.2+ds1-4+b1
- experimental 5.7.0+ds2-1
| podman-quadlet-print(1) | General Commands Manual | podman-quadlet-print(1) |
NAME¶
podman-quadlet-print - 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