diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-22 15:44:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 15:44:10 +0100 |
commit | 26b45a1564fb01090f6a10776922654641a76681 (patch) | |
tree | 84dc1b3a6ab425b201c0e56360dfe3c20d61afd2 /docs/source/markdown/podman-container-restore.1.md | |
parent | 2f6cdd353f50e6c26b34f0b1bff028e8393d2580 (diff) | |
parent | ced0ffbe8f6dae9031a1ae3b48d4f24bca93b5bd (diff) | |
download | podman-26b45a1564fb01090f6a10776922654641a76681.tar.gz podman-26b45a1564fb01090f6a10776922654641a76681.tar.bz2 podman-26b45a1564fb01090f6a10776922654641a76681.zip |
Merge pull request #12351 from adrianreber/2021-11-18-restore-runtime-verification
Restore runtime verification
Diffstat (limited to 'docs/source/markdown/podman-container-restore.1.md')
-rw-r--r-- | docs/source/markdown/podman-container-restore.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container-restore.1.md b/docs/source/markdown/podman-container-restore.1.md index 10477fc77..a4630dedf 100644 --- a/docs/source/markdown/podman-container-restore.1.md +++ b/docs/source/markdown/podman-container-restore.1.md @@ -77,6 +77,12 @@ Import a checkpoint tar.gz file, which was exported by Podman. This can be used to import a checkpointed *container* from another host.\ *IMPORTANT: This OPTION does not need a container name or ID as input argument.* +During the import of a checkpoint file Podman will select the same container runtime +which was used during checkpointing. This is especially important if a specific +(non-default) container runtime was specified during container creation. Podman will +also abort the restore if the container runtime specified during restore does +not much the container runtime used for container creation. + #### **--import-previous**=*file* Import a pre-checkpoint tar.gz file which was exported by Podman. This option |