You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implementing checkpoint functionality, it will checkpointing the
address space and state of the entire process tree to a collection
of “image” files. This functionality need a external software criu.
support pouch checkpoint create, list and delete.
implemen checkpoint in ##1723
Signed-off-by: Ace-Tang <aceapril@126.com>
Ⅰ. 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
):uname -a
):The text was updated successfully, but these errors were encountered: