From 7853b971d43f773002ea92ecc95af7becd9dac55 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 22 Apr 2019 22:42:46 -0400 Subject: Fix some html errors (refs #46 #51) - Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested tags in checkpoint/restore doc. - Fix nested

tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step. --- content/docs/user_guide/checkpoint_restore.md | 32 +++++++++++---------------- 1 file changed, 13 insertions(+), 19 deletions(-) (limited to 'content/docs/user_guide') diff --git a/content/docs/user_guide/checkpoint_restore.md b/content/docs/user_guide/checkpoint_restore.md index fdecb2d08..024ce0969 100644 --- a/content/docs/user_guide/checkpoint_restore.md +++ b/content/docs/user_guide/checkpoint_restore.md @@ -83,25 +83,19 @@ docker start --checkpoint --checkpoint-dir= ### Issues Preventing Compatibility with Docker -#### [Moby #37360][leave-running] - -Docker version 18.03.0-ce and earlier hangs when checkpointing and does not -create the checkpoint. To successfully use this feature, install a custom -version of docker-ce from the moby repository. This issue is caused by an -improper implementation of the `--leave-running` flag. This issue is fixed in -newer releases. - -#### Docker does not support restoration into new containers. - -Docker currently expects the container which created the checkpoint to be the -same container used to restore which is not possible in runsc. When Docker -supports container migration and therefore restoration into new containers, this -will be the flow. - -#### [Moby #37344][checkpoint-dir] - -Docker does not currently support the `--checkpoint-dir` flag but this will be -required when restoring from a checkpoint made in another container. +- **[Moby #37360][leave-running]:** Docker version 18.03.0-ce and earlier hangs + when checkpointing and does not create the checkpoint. To successfully use + this feature, install a custom version of docker-ce from the moby repository. + This issue is caused by an improper implementation of the `--leave-running` + flag. This issue is fixed in newer releases. +- **Docker does not support restoration into new containers:** Docker currently + expects the container which created the checkpoint to be the same container + used to restore which is not possible in runsc. When Docker supports container + migration and therefore restoration into new containers, this will be the + flow. +- **[Moby #37344][checkpoint-dir]:** Docker does not currently support the + `--checkpoint-dir` flag but this will be required when restoring from a + checkpoint made in another container. [leave-running]: https://github.com/moby/moby/pull/37360 [checkpoint-dir]: https://github.com/moby/moby/issues/37344 -- cgit v1.2.3