diff --git a/g3doc/user_guide/checkpoint_restore.md b/g3doc/user_guide/checkpoint_restore.md index 0ab0911b0..5d685bdb9 100644 --- a/g3doc/user_guide/checkpoint_restore.md +++ b/g3doc/user_guide/checkpoint_restore.md @@ -31,9 +31,9 @@ continue to run after the checkpoint has been made. (By default, containers stop their processes after committing a checkpoint.) > Note: All top-level runsc flags needed when calling run must be provided to -> checkpoint if --leave-running is used. +> checkpoint if `--leave-running` is used. -> Note: --leave-running functions by causing an immediate restore so the +> Note: `--leave-running` functions by causing an immediate restore so the > container, although will maintain its given container id, may have a different > process id. @@ -51,6 +51,9 @@ runsc create runsc restore --image-path= ``` +> Note: All top-level runsc flags needed when calling run must be provided to +> `restore`. + ## How to use checkpoint/restore in Docker: Currently checkpoint/restore through `runsc` is not entirely compatible with