Skip to content

Commit d76bb97

Browse files
authored
docs: oci-dir does not support compress as suggested
The docs have this note for the `--compress` flag > Note: This flag can only be set with --format=docker-dir. Yet the provided example has `--compress` with `--format=oci-dir` Signed-off-by: gardar <[email protected]>
1 parent 2258329 commit d76bb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ podman save -o oci-alpine.tar --format oci-archive alpine
7575
```
7676

7777
```
78-
$ podman save --compress --format oci-dir -o alp-dir alpine
78+
$ podman save --compress --format docker-dir -o alp-dir alpine
7979
Getting image source signatures
8080
Copying blob sha256:2fdfe1cd78c20d05774f0919be19bc1a3e4729bce219968e4188e7e0f1af679d
8181
1.97 MB / 1.97 MB [========================================================] 0s

0 commit comments

Comments
 (0)