mirror of https://github.com/containers/podman.git
Add man-pages for container migration
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
7b1ab8a0f4
commit
42e903decb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue