mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
podman-image-sign.1.md: typo fix
identify -> identity Signed-off-by: Steve Phillips <steve@tryingtobeawesome.com>
This commit is contained in:
@ -37,7 +37,7 @@ Store the signatures in the specified directory. Default: /var/lib/containers/s
|
|||||||
Override the default identity of the signature.
|
Override the default identity of the signature.
|
||||||
|
|
||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
Sign the busybox image with the identify of foo@bar.com with a user's keyring and save the signature in /tmp/signatures/.
|
Sign the busybox image with the identity of foo@bar.com with a user's keyring and save the signature in /tmp/signatures/.
|
||||||
|
|
||||||
sudo podman image sign --sign-by foo@bar.com --directory /tmp/signatures docker://privateregistry.example.com/foobar
|
sudo podman image sign --sign-by foo@bar.com --directory /tmp/signatures docker://privateregistry.example.com/foobar
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user