summaryrefslogtreecommitdiff
path: root/docs/podman-import.1.md
diff options
context:
space:
mode:
authorumohnani8 <umohnani@redhat.com>2018-04-29 17:37:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-04-30 19:58:22 +0000
commitd5d6e6859286ab9310e4a79082d50c816941f1ae (patch)
tree0b06e31977db05efbab498d264ef74dfa374b34d /docs/podman-import.1.md
parentd1b03f470e8285613ccdf84f00e47143e7361c3b (diff)
downloadpodman-d5d6e6859286ab9310e4a79082d50c816941f1ae.tar.gz
podman-d5d6e6859286ab9310e4a79082d50c816941f1ae.tar.bz2
podman-d5d6e6859286ab9310e4a79082d50c816941f1ae.zip
Make ':' a restricted character for file names
file names for podman load, save, export, and import cannot contain ":" in them. It is a reserved character for parsing filenames. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #694 Approved by: rhatdan
Diffstat (limited to 'docs/podman-import.1.md')
-rw-r--r--docs/podman-import.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman-import.1.md b/docs/podman-import.1.md
index db0bbf559..4926fa4ec 100644
--- a/docs/podman-import.1.md
+++ b/docs/podman-import.1.md
@@ -18,6 +18,7 @@ podman\-import - Import a tarball and save it as a filesystem image
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.
+Note: `:` is a restricted character and cannot be part of the file name.
**podman [GLOBAL OPTIONS]**