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
This commit is contained in:
Justine Olshan
2018-08-10 15:40:16 -07:00
committed by Shentubot
parent f213a5e0fd
commit 3c60a192ca
+7
View File
@@ -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?