From 36c940b093af58d02eb6e7fd186f14cce84a8dd9 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 10 Aug 2018 15:56:31 -0700 Subject: [PATCH] Move checkpoint/restore readme to g3doc directory. PiperOrigin-RevId: 208282383 Change-Id: Ifa4aaf5d925b17d9a0672ea951a4570d35855300 --- README.md | 3 ++- {runsc => g3doc}/checkpoint_restore.md | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename {runsc => g3doc}/checkpoint_restore.md (100%) 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 similarity index 100% rename from runsc/checkpoint_restore.md rename to g3doc/checkpoint_restore.md