diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-06-23 13:20:11 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-06-24 09:18:16 +0200 |
commit | 15fbf950eddc33a04c45243a346491088848b359 (patch) | |
tree | 336dd3aca6a2ac342cdb108542375692ecb76b65 /docs | |
parent | fc34f35e3f984c8a76136227168b3f8b65b15101 (diff) | |
download | podman-15fbf950eddc33a04c45243a346491088848b359.tar.gz podman-15fbf950eddc33a04c45243a346491088848b359.tar.bz2 podman-15fbf950eddc33a04c45243a346491088848b359.zip |
[CI:DOCS] podman save: clarify formats and transports
Mention all supports --format values and put them into the context of
supported transports.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-save.1.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-save.1.md b/docs/source/markdown/podman-save.1.md index ab21d2bc6..1f1f60b22 100644 --- a/docs/source/markdown/podman-save.1.md +++ b/docs/source/markdown/podman-save.1.md @@ -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> |