Skip to content

Commit 702c6f8

Browse files
Merge pull request #21040 from gardar/docs/oci-dir-compress
[CI:DOCS] Fix `podman save` command example to use correct image format with `--compress` flag
2 parents a5aa970 + d76bb97 commit 702c6f8

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)