diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-24 16:53:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 16:53:48 +0000 |
commit | 0f5f8dcdd3684955c4fde3d25be4bb8b8a64b24a (patch) | |
tree | a8f7ead5a109433d51e308fd3f1e3672770c77c4 /docs | |
parent | c191466bd929e85a4862b48c9b3688bf407b9c42 (diff) | |
parent | 1f66a827e892e0133cee6485095e129f0e5047f0 (diff) | |
download | podman-0f5f8dcdd3684955c4fde3d25be4bb8b8a64b24a.tar.gz podman-0f5f8dcdd3684955c4fde3d25be4bb8b8a64b24a.tar.bz2 podman-0f5f8dcdd3684955c4fde3d25be4bb8b8a64b24a.zip |
Merge pull request #7741 from vrothberg/remote-load-dir-check
remote load: check if input is directory
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-load.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-load.1.md b/docs/source/markdown/podman-load.1.md index 917f102f6..308a3493b 100644 --- a/docs/source/markdown/podman-load.1.md +++ b/docs/source/markdown/podman-load.1.md @@ -9,9 +9,11 @@ podman\-load - Load an image from a container image archive into container stora **podman image load** [*options*] [*name*[:*tag*]] ## DESCRIPTION -**podman load** loads an image from either an **oci-archive** or **docker-archive** stored on the local machine into container storage. **podman load** reads from stdin by default or a file if the **input** option is set. +**podman load** loads an image from either an **oci-archive** or a **docker-archive** stored on the local machine into container storage. **podman load** reads from stdin by default or a file if the **input** option is set. You can also specify a name for the image if the archive does not contain a named reference, of if you want an additional name for the local image. +The local client further supports loading an **oci-dir** or a **docker-dir** as created with **podman save** (1). + The **quiet** option suppresses the progress output when set. Note: `:` is a restricted character and cannot be part of the file name. |