-
Notifications
You must be signed in to change notification settings - Fork 944
Closed
Labels
kind/featurekind/feature-requestThis is a feature request from community for PouchContainerThis is a feature request from community for PouchContainer
Description
Ⅰ. Issue Description
Implementing checkpoint/restore functionality, this functionality need a external software criu.
checkpoint
Checkpointing the address space and state of the entire process tree to a collection of “image” files.
restore
Restore a container from a checkpoint image.
pouch interface
-
pouch checkpoint create
create a checkpoint from a running container using criu. -
pouch checkpoint list
list a container all checkpoints. -
pouch checkpoint delete
delete a container checkpoint. -
pouch start --checkpoint
restore a container from a checkpoint image.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
- pouch version (use
pouch version): - OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a): - Install tools:
- Others:
Metadata
Metadata
Assignees
Labels
kind/featurekind/feature-requestThis is a feature request from community for PouchContainerThis is a feature request from community for PouchContainer