diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-03 13:27:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 13:27:25 +0200 |
commit | e136bcc7c97ed9a7576417259cf93f7209f45dd2 (patch) | |
tree | 2ec33d0c1cbfdef19c176eacc68c72baf1d27d12 /docs/source/markdown/options | |
parent | 2a7a6bd9a4bf642a594ec59a3dcbad9c96bab1ab (diff) | |
parent | 070dfa3b3baf12008487e484e4b26379db80a978 (diff) | |
download | podman-e136bcc7c97ed9a7576417259cf93f7209f45dd2.tar.gz podman-e136bcc7c97ed9a7576417259cf93f7209f45dd2.tar.bz2 podman-e136bcc7c97ed9a7576417259cf93f7209f45dd2.zip |
Merge pull request #15606 from edsantiago/docs_dedup_digestfile
[CI:DOCS] Man pages: refactor common options: --digestfile
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/digestfile.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/options/digestfile.md b/docs/source/markdown/options/digestfile.md new file mode 100644 index 000000000..de013e287 --- /dev/null +++ b/docs/source/markdown/options/digestfile.md @@ -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) |