mirror of https://github.com/containers/podman.git
Man pages: refactor common options: --digestfile
Only used in two pages. I took the liberty of adding the "N/A on remote" text to manifest-push. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
475cac4432
commit
070dfa3b3b
|
@ -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
|
||||
|
||||
#### **--digestfile**=*Digestfile*
|
||||
|
||||
After copying the image, write the digest of the resulting image to the file.
|
||||
@@option digestfile
|
||||
|
||||
#### **--format**, **-f**=*format*
|
||||
|
||||
|
|
|
@ -62,9 +62,7 @@ Specifies the compression format to use. Supported values are: `gzip`, `zstd` a
|
|||
|
||||
@@option creds
|
||||
|
||||
#### **--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)
|
||||
@@option digestfile
|
||||
|
||||
@@option disable-content-trust
|
||||
|
||||
|
|
Loading…
Reference in New Issue