summaryrefslogtreecommitdiff
path: root/docs/podman-container-checkpoint.1.md
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2018-11-21 15:30:41 +0000
committerAdrian Reber <adrian@lisas.de>2018-11-28 08:00:38 +0100
commitaf7d67771be7a4b19afb9611a8f8d48acd7010ee (patch)
tree47ddf956ef3441f07241e7263e238b011db6c0b4 /docs/podman-container-checkpoint.1.md
parent03c88a3debf77780bdad2382d4c01ccedc6d27a5 (diff)
downloadpodman-af7d67771be7a4b19afb9611a8f8d48acd7010ee.tar.gz
podman-af7d67771be7a4b19afb9611a8f8d48acd7010ee.tar.bz2
podman-af7d67771be7a4b19afb9611a8f8d48acd7010ee.zip
Add '--tcp-established' to checkpoint/restore man page
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'docs/podman-container-checkpoint.1.md')
-rw-r--r--docs/podman-container-checkpoint.1.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/podman-container-checkpoint.1.md b/docs/podman-container-checkpoint.1.md
index 6f454dfd1..94e52dc78 100644
--- a/docs/podman-container-checkpoint.1.md
+++ b/docs/podman-container-checkpoint.1.md
@@ -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.
+**--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
podman container checkpoint mywebserver