Skip to content

Commit 15fbf95

Browse files
committed
[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 <[email protected]>
1 parent fc34f35 commit 15fbf95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/markdown/podman-save.1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ Write to a file, default is STDOUT
3535

3636
#### **--format**=*format*
3737

38-
Save image to **oci-archive, oci-dir** (directory with oci manifest type), or **docker-dir** (directory with v2s2 manifest type)
38+
Save image to **docker-archive**, **oci-archive** (see `containers-transports(5)`), **oci-dir** (`oci` transport), or **docker-dir** (`dir` transport with v2s2 manifest type).
3939
```
40+
--format docker-archive
4041
--format oci-archive
4142
--format oci-dir
4243
--format docker-dir
@@ -100,7 +101,7 @@ Storing signatures
100101
```
101102

102103
## SEE ALSO
103-
podman(1), podman-load(1), containers.conf(5)
104+
podman(1), podman-load(1), containers.conf(5), containers-transports(5)
104105

105106
## HISTORY
106107
July 2017, Originally compiled by Urvashi Mohnani <[email protected]>

0 commit comments

Comments
 (0)