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
This commit is contained in:
umohnani8
2018-04-29 17:37:51 -04:00
committed by Atomic Bot
parent d1b03f470e
commit d5d6e68592
11 changed files with 46 additions and 1 deletions

View File

@ -18,6 +18,7 @@ podman\-save - Save an image to docker-archive or oci-archive
with oci manifest type), or **docker-dir** (directory with v2s2 manifest type) on the local machine,
default is **docker-archive**. **podman save** writes to STDOUT by default and can be redirected to a
file using the **output** flag. The **quiet** flag suppresses the output when set.
Note: `:` is a restricted character and cannot be part of the file name.
**podman [GLOBAL OPTIONS]**