summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-08-10 15:56:31 -0700
committerShentubot <shentubot@google.com>2018-08-10 15:57:49 -0700
commit36c940b093af58d02eb6e7fd186f14cce84a8dd9 (patch)
tree2d7b4221db3bd1bc3488667e87ad924d8c426c06
parent567c5eed11cfcea78b80169487664106a41fa1fe (diff)
Move checkpoint/restore readme to g3doc directory.
PiperOrigin-RevId: 208282383 Change-Id: Ifa4aaf5d925b17d9a0672ea951a4570d35855300
-rw-r--r--README.md3
-rw-r--r--g3doc/checkpoint_restore.md (renamed from runsc/checkpoint_restore.md)0
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01c898086..709da37a0 100644
--- a/README.md
+++ b/README.md
@@ -365,7 +365,7 @@ Then restart the Docker daemon.
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).
+[checkpoint-restore][checkpoint/restore readme]
## FAQ & Known Issues
@@ -442,6 +442,7 @@ See [Contributing.md](CONTRIBUTING.md).
[apparmor]: https://wiki.ubuntu.com/AppArmor
[bazel]: https://bazel.build
[bug]: https://github.com/google/gvisor/issues
+[checkpoint-restore]: https://gvisor.googlesource.com/gvisor/+/master/g3doc/checkpoint_restore.md
[cri-o-k8s]: https://github.com/kubernetes-incubator/cri-o/blob/master/kubernetes.md
[cri-o]: https://github.com/kubernetes-incubator/cri-o
[docker-storage-driver]: https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-storage-driver
diff --git a/runsc/checkpoint_restore.md b/g3doc/checkpoint_restore.md
index 5fa3280a8..5fa3280a8 100644
--- a/runsc/checkpoint_restore.md
+++ b/g3doc/checkpoint_restore.md