summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 624b8c062..01c898086 100644
--- a/README.md
+++ b/README.md
@@ -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?