mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Merge pull request #20817 from eriksjolund/fix-markdown-bugs
[CI:DOCS] Fix markdown bugs
This commit is contained in:
@ -19280,7 +19280,7 @@ msgstr ""
|
||||
|
||||
#: ../../source/markdown/podman-manifest-push.1.md:123
|
||||
#: ../../source/markdown/podman-push.1.md:161
|
||||
msgid "**--sign-by-sigstore**=*param-file***"
|
||||
msgid "**--sign-by-sigstore**=*param-file*"
|
||||
msgstr ""
|
||||
|
||||
#: ../../source/markdown/podman-manifest-push.1.md:125
|
||||
|
@ -64,7 +64,7 @@ Delete the manifest list or image index from local storage if pushing succeeds.
|
||||
|
||||
Sign the pushed images with a “simple signing” signature using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
|
||||
#### **--sign-by-sigstore**=*param-file***
|
||||
#### **--sign-by-sigstore**=*param-file*
|
||||
|
||||
Add a sigstore signature based on further options specified in a container's sigstore signing parameter file *param-file*.
|
||||
See containers-sigstore-signing-params.yaml(5) for details about the file format.
|
||||
|
@ -88,7 +88,7 @@ Discard any pre-existing signatures in the image.
|
||||
|
||||
Add a “simple signing” signature at the destination using the specified key. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
|
||||
#### **--sign-by-sigstore**=*param-file***
|
||||
#### **--sign-by-sigstore**=*param-file*
|
||||
|
||||
Add a sigstore signature based on further options specified in a container's sigstore signing parameter file *param-file*.
|
||||
See containers-sigstore-signing-params.yaml(5) for details about the file format.
|
||||
|
@ -69,6 +69,8 @@ $ podman volume inspect myvol
|
||||
"NeedsChown": true
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
```
|
||||
$ podman volume inspect --all
|
||||
[
|
||||
|
Reference in New Issue
Block a user