From af7d67771be7a4b19afb9611a8f8d48acd7010ee Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 21 Nov 2018 15:30:41 +0000 Subject: Add '--tcp-established' to checkpoint/restore man page Signed-off-by: Adrian Reber --- docs/podman-container-restore.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/podman-container-restore.1.md') diff --git a/docs/podman-container-restore.1.md b/docs/podman-container-restore.1.md index 4dd5ea7c7..44219f3ef 100644 --- a/docs/podman-container-restore.1.md +++ b/docs/podman-container-restore.1.md @@ -32,6 +32,14 @@ Restore all checkpointed containers. 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 podman container restore mywebserver -- cgit v1.2.3-54-g00ecf