diff options
author | Adrian Reber <areber@redhat.com> | 2019-02-05 17:04:40 +0000 |
---|---|---|
committer | Adrian Reber <areber@redhat.com> | 2019-06-03 22:05:13 +0200 |
commit | 42e903decb8765b1c00d8aa9bc004bb25b1d33f9 (patch) | |
tree | 4c06755e9dd42bd8fe558216d88160717570308b /docs/podman-container-restore.1.md | |
parent | 7b1ab8a0f4c1dc00e72684e3127ab4a4c1241e73 (diff) | |
download | podman-42e903decb8765b1c00d8aa9bc004bb25b1d33f9.tar.gz podman-42e903decb8765b1c00d8aa9bc004bb25b1d33f9.tar.bz2 podman-42e903decb8765b1c00d8aa9bc004bb25b1d33f9.zip |
Add man-pages for container migration
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'docs/podman-container-restore.1.md')
-rw-r--r-- | docs/podman-container-restore.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/podman-container-restore.1.md b/docs/podman-container-restore.1.md index e41f7c1d8..578d34ff3 100644 --- a/docs/podman-container-restore.1.md +++ b/docs/podman-container-restore.1.md @@ -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 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 podman container restore mywebserver |