crun-vm
crun-vm copied to clipboard
Add checkpointing support
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.