mirror of
https://github.com/containers/podman.git
synced 2025-05-30 07:04:03 +08:00

Value of `--force-compression` should be already `true` is `--compression-format` is selected otherwise let users decide. Signed-off-by: Aditya R <arajan@redhat.com>
9 lines
423 B
Markdown
9 lines
423 B
Markdown
####> This option file is used in:
|
|
####> podman manifest push, push
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--force-compression**
|
|
|
|
If set, push uses the specified compression algorithm even if the destination contains a differently-compressed variant already.
|
|
Defaults to `true` if `--compression-format` is explicitly specified on the command-line, `false` otherwise.
|