summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-export.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-24 20:58:53 +0100
committerGitHub <noreply@github.com>2020-11-24 20:58:53 +0100
commitd4083954f26761b66f9165e40b08d1e6fe989c1c (patch)
tree3d5ad9c84a514790d95c3505026ac02d4cc8b53a /docs/source/markdown/podman-export.1.md
parentd752f7e4643d11764f88015e00aadb87825af844 (diff)
parent05f7c95568853bb76b7c74899ceff4d0a871062c (diff)
downloadpodman-d4083954f26761b66f9165e40b08d1e6fe989c1c.tar.gz
podman-d4083954f26761b66f9165e40b08d1e6fe989c1c.tar.bz2
podman-d4083954f26761b66f9165e40b08d1e6fe989c1c.zip
Merge pull request #8459 from QiWang19/doc-save
[CI:DOCS] fix misleading save/load usage
Diffstat (limited to 'docs/source/markdown/podman-export.1.md')
-rw-r--r--docs/source/markdown/podman-export.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-export.1.md b/docs/source/markdown/podman-export.1.md
index 647c25770..63989a4db 100644
--- a/docs/source/markdown/podman-export.1.md
+++ b/docs/source/markdown/podman-export.1.md
@@ -12,6 +12,8 @@ podman\-export - Export a container's filesystem contents as a tar archive
**podman export** exports the filesystem of a container and saves it as a tarball
on the local machine. **podman export** writes to STDOUT by default and can be
redirected to a file using the `--output` flag.
+The image of the container exported by **podman export** can be imported by **podman import**.
+To export image(s) with parent layers, use **podman save**.
Note: `:` is a restricted character and cannot be part of the file name.
**podman [GLOBAL OPTIONS]**