Merge pull request #10760 from vrothberg/save-docs

[CI:DOCS] podman save: clarify formats and transports
This commit is contained in:
OpenShift Merge Robot 2021-06-24 09:54:14 -04:00 committed by GitHub
commit 21d80faa0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,9 @@ Write to a file, default is STDOUT
#### **--format**=*format*
Save image to **oci-archive, oci-dir** (directory with oci manifest type), or **docker-dir** (directory with v2s2 manifest type)
Save image to **docker-archive**, **oci-archive** (see `containers-transports(5)`), **oci-dir** (`oci` transport), or **docker-dir** (`dir` transport with v2s2 manifest type).
```
--format docker-archive
--format oci-archive
--format oci-dir
--format docker-dir
@ -100,7 +101,7 @@ Storing signatures
```
## SEE ALSO
podman(1), podman-load(1), containers.conf(5)
podman(1), podman-load(1), containers.conf(5), containers-transports(5)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>