containers / containers/crun-vm
Add checkpointing support
Open
enhancement
- Dominant language
- Rust
- Stars
- 268
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
It would be very nice to be able to checkpoint (i.e., snapshot) a running container/VM with:
```console
$ podman container checkpoint
```
And at a later time restore it to that checkpoint with:
```console
$ podman container restore
```
More info on this feature at https://podman.io/docs/checkpoint.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.