mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
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 <gardar@users.noreply.github.com>
This commit is contained in:
@ -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
|
Getting image source signatures
|
||||||
Copying blob sha256:2fdfe1cd78c20d05774f0919be19bc1a3e4729bce219968e4188e7e0f1af679d
|
Copying blob sha256:2fdfe1cd78c20d05774f0919be19bc1a3e4729bce219968e4188e7e0f1af679d
|
||||||
1.97 MB / 1.97 MB [========================================================] 0s
|
1.97 MB / 1.97 MB [========================================================] 0s
|
||||||
|
Reference in New Issue
Block a user