summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJustine Olshan <justineolshan@google.com>2018-08-10 15:39:02 -0700
committerShentubot <shentubot@google.com>2018-08-10 15:40:16 -0700
commit3c60a192ca96838e895bd3607f8a85845245f81e (patch)
tree0d61be2c0e5c69b38fe919d0d5ded683de25d0e4
parentf213a5e0fdb5314dd128363cc4e27cee825e80e6 (diff)
Added a reference to the checkpoint/restore readme.
In the main readme, checkpoint and restore is listed as an advanced feature, and a link to its readme is provided. PiperOrigin-RevId: 208279833 Change-Id: Ib3db28a8df8ec93cf8d98d5dfd2ee2f75a61e664
-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?