Add man-pages for container migration

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2019-02-05 17:04:40 +00:00
parent 7b1ab8a0f4
commit 42e903decb
2 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,12 @@ image contains established TCP connections, this options is required during
restore. Defaults to not checkpointing containers with established TCP
connections.
**--export, -e**
Export the checkpoint to a tar.gz file. The exported checkpoint can be used
to import the container on another system and thus enabling container live
migration.
## EXAMPLE
podman container checkpoint mywebserver

View File

@ -42,6 +42,12 @@ If the checkpoint image does not contain established TCP connections this
option is ignored. Defaults to not restoring containers with established TCP
connections.
**--import, -i**
Import a checkpoint tar.gz file, which was exported by Podman. This can be used
to import a checkpointed container from another host. It is not necessary to specify
a container when restoring from an exported checkpoint.
## EXAMPLE
podman container restore mywebserver