Files
podman/pkg
Radostin Stoyanov f4401567cd Enable 'podman run' 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-12-02 14:39:31 +00:00
..
2022-03-22 13:04:35 +01:00
2022-11-19 16:26:00 +01:00
2022-10-17 09:19:41 +02:00
2022-10-17 09:19:41 +02:00
2022-11-01 13:57:24 +05:30
2022-09-20 15:34:27 -04:00
2022-11-19 16:26:00 +01:00
2022-04-26 18:12:22 +02:00
2022-09-10 07:52:00 -04:00
2022-09-10 07:52:00 -04:00
2022-11-04 10:57:41 -04:00
2022-10-17 09:19:41 +02:00