mirror of
https://github.com/containers/podman.git
synced 2025-06-28 14:29:04 +08:00
Add man-pages for container migration
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
@ -38,6 +38,12 @@ image contains established TCP connections, this options is required during
|
|||||||
restore. Defaults to not checkpointing containers with established TCP
|
restore. Defaults to not checkpointing containers with established TCP
|
||||||
connections.
|
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
|
## EXAMPLE
|
||||||
|
|
||||||
podman container checkpoint mywebserver
|
podman container checkpoint mywebserver
|
||||||
|
@ -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
|
option is ignored. Defaults to not restoring containers with established TCP
|
||||||
connections.
|
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
|
## EXAMPLE
|
||||||
|
|
||||||
podman container restore mywebserver
|
podman container restore mywebserver
|
||||||
|
Reference in New Issue
Block a user