diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-27 20:51:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 20:51:03 +0100 |
commit | 9600ea6bef8000b0c45407409124c7df21050493 (patch) | |
tree | a90dbdfdbe26d3430b71a2ec1be551b4f253bc09 /docs | |
parent | 397aae32b9ae219eda190cde65b18e4361427932 (diff) | |
parent | cc679d952a16898b5d41c716db0a7df61261b370 (diff) | |
download | podman-9600ea6bef8000b0c45407409124c7df21050493.tar.gz podman-9600ea6bef8000b0c45407409124c7df21050493.tar.bz2 podman-9600ea6bef8000b0c45407409124c7df21050493.zip |
Merge pull request #9533 from elimisteve/patch-3
[CI:DOCS] podman-image-sign.1.md: typo fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-image-sign.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-sign.1.md b/docs/source/markdown/podman-image-sign.1.md index 3e52bde30..fc0f55e44 100644 --- a/docs/source/markdown/podman-image-sign.1.md +++ b/docs/source/markdown/podman-image-sign.1.md @@ -37,7 +37,7 @@ Store the signatures in the specified directory. Default: /var/lib/containers/s Override the default identity of the signature. ## 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 |