podman/cmd
Radostin Stoyanov 9c3d8bb494 cmd/podman: add support for checkpoint images
This patch extends the podman run command with support for checkpoint
images. When `podman run` is invoked with an image that contains
a checkpoint, it would restore the container from that checkpoint.

Example:
    podman run -d --name looper busybox /bin/sh -c \
	    'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done'

    podman container checkpoint --create-image checkpoint-image-1 looper

    podman run checkpoint-image-1

Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
2022-09-29 13:33:07 +01:00
..
podman cmd/podman: add support for checkpoint images 2022-09-29 13:33:07 +01:00
podman-mac-helper Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
podman-msihooks Add new windows installer and build 2022-09-06 16:12:09 -05:00
podman-wslkerninst Add new windows installer and build 2022-09-06 16:12:09 -05:00
rootlessport Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
winpath Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00