crun-vm icon indicating copy to clipboard operation
crun-vm copied to clipboard

Add checkpointing support

Open albertofaria opened this issue 1 year ago • 0 comments

It would be very nice to be able to checkpoint (i.e., snapshot) a running container/VM with:

$ podman container checkpoint <container_id>

And at a later time restore it to that checkpoint with:

$ podman container restore <container_id>

More info on this feature at https://podman.io/docs/checkpoint.

albertofaria avatar Apr 17 '24 23:04 albertofaria