mirror of
https://github.com/containers/podman.git
synced 2025-05-22 01:27:07 +08:00
Merge pull request #15606 from edsantiago/docs_dedup_digestfile
[CI:DOCS] Man pages: refactor common options: --digestfile
This commit is contained in:
4
docs/source/markdown/options/digestfile.md
Normal file
4
docs/source/markdown/options/digestfile.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#### **--digestfile**=*Digestfile*
|
||||||
|
|
||||||
|
After copying the image, write the digest of the resulting image to the file.
|
||||||
|
(This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
@ -29,9 +29,7 @@ Specifies the compression format to use. Supported values are: `gzip`, `zstd` a
|
|||||||
|
|
||||||
@@option creds
|
@@option creds
|
||||||
|
|
||||||
#### **--digestfile**=*Digestfile*
|
@@option digestfile
|
||||||
|
|
||||||
After copying the image, write the digest of the resulting image to the file.
|
|
||||||
|
|
||||||
#### **--format**, **-f**=*format*
|
#### **--format**, **-f**=*format*
|
||||||
|
|
||||||
|
@ -62,9 +62,7 @@ Specifies the compression format to use. Supported values are: `gzip`, `zstd` a
|
|||||||
|
|
||||||
@@option creds
|
@@option creds
|
||||||
|
|
||||||
#### **--digestfile**=*Digestfile*
|
@@option digestfile
|
||||||
|
|
||||||
After copying the image, write the digest of the resulting image to the file. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
|
||||||
|
|
||||||
@@option disable-content-trust
|
@@option disable-content-trust
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user