From 24c0739453b3f103a1b548c1bb611013b488afbe Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 20 Nov 2018 16:22:48 +0000 Subject: Update checkpoint/restore man pages This adds the '--leave-running, -R' to the container-checkpoint man page. As the information for '--all, -a' and '--latest, -l' was also still missing it is included in this commit. Signed-off-by: Adrian Reber --- docs/podman-container-restore.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/podman-container-restore.1.md') diff --git a/docs/podman-container-restore.1.md b/docs/podman-container-restore.1.md index 6360bccb0..4dd5ea7c7 100644 --- a/docs/podman-container-restore.1.md +++ b/docs/podman-container-restore.1.md @@ -24,6 +24,14 @@ processes in the checkpointed container. Without the **-k**, **--keep** option the checkpoint will be consumed and cannot be used again. +**--all, -a** + +Restore all checkpointed containers. + +**--latest, -l** + +Instead of providing the container name or ID, restore the last created container. + ## EXAMPLE podman container restore mywebserver -- cgit v1.2.3-54-g00ecf