Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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

     podman quadlet cat quadlet

DESCRIPTION
     Print  the  contents  of  a Quadlet, displaying the file including all com-
     ments.

EXAMPLES
     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

SEE ALSO
     podman(1), podman-quadlet(1), podman-systemd.unit(5)

							 podman-quadlet-print(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=podman-quadlet-print&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help