Fix typos in doc for image encryption

Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>
This commit is contained in:
Harshal Patil
2019-11-27 15:12:48 +05:30
parent 39ff039b3b
commit c6bc236769

View File

@@ -100,12 +100,12 @@ skopeo copy --encryption-key jwe:./public.key oci:local_nginx:latest oci:try-en
To decrypt an image: To decrypt an image:
```sh ```sh
skopeo copy --decryption-key ./private.key oci:try-encrypt:encryted oci:try-decrypt:decrypted skopeo copy --decryption-key ./private.key oci:try-encrypt:encrypted oci:try-decrypt:decrypted
``` ```
To copy encrypted image without decryption: To copy encrypted image without decryption:
```sh ```sh
skopeo copy oci:try-encrypt:encryted oci:try-encrypt-copy:encrypted skopeo copy oci:try-encrypt:encrypted oci:try-encrypt-copy:encrypted
``` ```
To decrypt an image that requires more than one key: To decrypt an image that requires more than one key: