diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -360,6 +360,13 @@ configuration (`/etc/docker/daemon.json`): Then restart the Docker daemon. +### Checkpoint/Restore + +gVisor has the ability to checkpoint a process, save its current state in a +state file, and restore into a new container using the state file. For more +information about the checkpoint and restore commands, see the +[checkpoint/restore readme](https://gvisor.googlesource.com/gvisor/+/master/runsc/checkpoint_restore.md). + ## FAQ & Known Issues ### Will my container work with gVisor? |