mirror of https://github.com/containers/podman.git
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>
|
||
|---|---|---|
| .. | ||
| podman | ||
| podman-mac-helper | ||
| podman-msihooks | ||
| podman-wslkerninst | ||
| rootlessport | ||
| winpath | ||