summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-export.1.md1
-rw-r--r--docs/podman-import.1.md1
-rw-r--r--docs/podman-load.1.md1
-rw-r--r--docs/podman-save.1.md1
4 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-export.1.md b/docs/podman-export.1.md
index 142c45390..3cc1c7777 100644
--- a/docs/podman-export.1.md
+++ b/docs/podman-export.1.md
@@ -15,6 +15,7 @@ podman export - Export 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**.
+Note: `:` is a restricted character and cannot be part of the file name.
**podman [GLOBAL OPTIONS]**
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]**
diff --git a/docs/podman-load.1.md b/docs/podman-load.1.md
index 0777059f1..7c1357503 100644
--- a/docs/podman-load.1.md
+++ b/docs/podman-load.1.md
@@ -16,6 +16,7 @@ podman\-load - Load an image from docker archive
**podman load** copies an image from either **docker-archive** or **oci-archive** stored
on the local machine. **podman load** reads from stdin by default or a file if the **input** flag is set.
The **quiet** flag suppresses the output when set.
+Note: `:` is a restricted character and cannot be part of the file name.
**podman [GLOBAL OPTIONS]**
diff --git a/docs/podman-save.1.md b/docs/podman-save.1.md
index 1b1efabf8..c88fc41ac 100644
--- a/docs/podman-save.1.md
+++ b/docs/podman-save.1.md
@@ -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]**