mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00
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:
@ -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]**
|
||||
|
||||
|
Reference in New Issue
Block a user