summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-11-18 09:22:33 +0100
committerValentin Rothberg <rothberg@redhat.com>2021-11-18 16:52:15 +0100
commitfceecc3a5bb48280fb40f7547156fda44e313421 (patch)
tree3f218782c0726046d5e191570a2e33bddcf4bddf /docs
parent9b964945d661d4f97b4a97f2f67d33f9dcd11e50 (diff)
downloadpodman-fceecc3a5bb48280fb40f7547156fda44e313421.tar.gz
podman-fceecc3a5bb48280fb40f7547156fda44e313421.tar.bz2
podman-fceecc3a5bb48280fb40f7547156fda44e313421.zip
remote checkpoint/restore: more fixes
* Support `checkpoint --pre-checkpoint` * Support `checkpoint --with-previous` * Disable `restore --import-previous` for the remote client since we had to send two files which in turn would require to tar them up and hence be a breaking change. Podman 4.0 would be the chance and I hope we'll find time before that to remote-restore prettier. Note that I did not run over swagger yet to check whether all parameters are actually documented due to time constraints. Fixes: #12334 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-container-restore.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container-restore.1.md b/docs/source/markdown/podman-container-restore.1.md
index 962770ea0..be67792fc 100644
--- a/docs/source/markdown/podman-container-restore.1.md
+++ b/docs/source/markdown/podman-container-restore.1.md
@@ -81,6 +81,7 @@ to import a checkpointed *container* from another host.\
Import a pre-checkpoint tar.gz file which was exported by Podman. This option
must be used with **-i** or **--import**. It only works on `runc 1.0-rc3` or `higher`.
+*IMPORTANT: This OPTION is not supported on the remote client.*
#### **--name**, **-n**=*name*