mirror of
https://github.com/containers/podman.git
synced 2025-10-19 20:23:08 +08:00
Add '--tcp-established' to checkpoint/restore man page
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:

committed by
Adrian Reber

parent
03c88a3deb
commit
af7d67771b
@ -29,6 +29,13 @@ Instead of providing the container name or ID, checkpoint the last created conta
|
|||||||
|
|
||||||
Leave the container running after checkpointing instead of stopping it.
|
Leave the container running after checkpointing instead of stopping it.
|
||||||
|
|
||||||
|
**--tcp-established**
|
||||||
|
|
||||||
|
Checkpoint a container with established TCP connections. If the checkpoint
|
||||||
|
image contains established TCP connections, this options is required during
|
||||||
|
restore. Defaults to not checkpointing containers with established TCP
|
||||||
|
connections.
|
||||||
|
|
||||||
## EXAMPLE
|
## EXAMPLE
|
||||||
|
|
||||||
podman container checkpoint mywebserver
|
podman container checkpoint mywebserver
|
||||||
|
@ -32,6 +32,14 @@ Restore all checkpointed containers.
|
|||||||
|
|
||||||
Instead of providing the container name or ID, restore the last created container.
|
Instead of providing the container name or ID, restore the last created container.
|
||||||
|
|
||||||
|
**--tcp-established**
|
||||||
|
|
||||||
|
Restore a container with established TCP connections. If the checkpoint image
|
||||||
|
contains established TCP connections, this option is required during restore.
|
||||||
|
If the checkpoint image does not contain established TCP connections this
|
||||||
|
option is ignored. Defaults to not restoring containers with established TCP
|
||||||
|
connections.
|
||||||
|
|
||||||
## EXAMPLE
|
## EXAMPLE
|
||||||
|
|
||||||
podman container restore mywebserver
|
podman container restore mywebserver
|
||||||
|
Reference in New Issue
Block a user