Skip to content

Commit

Permalink
Merge pull request containers#21040 from gardar/docs/oci-dir-compress
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix `podman save` command example to use correct image format with `--compress` flag
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2023
2 parents a5aa970 + d76bb97 commit 702c6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-save.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ podman save -o oci-alpine.tar --format oci-archive alpine
```

```
$ podman save --compress --format oci-dir -o alp-dir alpine
$ podman save --compress --format docker-dir -o alp-dir alpine
Getting image source signatures
Copying blob sha256:2fdfe1cd78c20d05774f0919be19bc1a3e4729bce219968e4188e7e0f1af679d
1.97 MB / 1.97 MB [========================================================] 0s
Expand Down

0 comments on commit 702c6f8

Please sign in to comment.