Skip to content

Commit 21d80fa

Browse files
Merge pull request containers#10760 from vrothberg/save-docs
[CI:DOCS] podman save: clarify formats and transports
2 parents 8459592 + 15fbf95 commit 21d80fa

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)