summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-import.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-import.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-import.1.md')
-rw-r--r--docs/source/markdown/podman-import.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-import.1.md b/docs/source/markdown/podman-import.1.md
index ebedf90b4..427c67da4 100644
--- a/docs/source/markdown/podman-import.1.md
+++ b/docs/source/markdown/podman-import.1.md
@@ -14,6 +14,7 @@ and saves it as a filesystem image. Remote tarballs can be specified using a URL
Various image instructions can be configured with the **--change** flag and
a commit message can be set using the **--message** flag.
**reference**, if present, is a tag to assign to the image.
+**podman import** is used for importing from the archive generated by **podman export**, that includes the container's filesystem. To import the archive of image layers created by **podman save**, use **podman load**.
Note: `:` is a restricted character and cannot be part of the file name.
## OPTIONS