diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-24 08:56:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 08:56:13 +0100 |
commit | a2ffd5c230ea6f53ed40ccc60e869164fee41899 (patch) | |
tree | f538b5b46b6a8f50e3384843b6e761305a123678 /docs/tutorials/README.md | |
parent | 02de8d576b531430f90ef2ab7a290c7fb59e9f3c (diff) | |
parent | eebcd8ef14e4b04f310886135d599adbe24d12c4 (diff) | |
download | podman-a2ffd5c230ea6f53ed40ccc60e869164fee41899.tar.gz podman-a2ffd5c230ea6f53ed40ccc60e869164fee41899.tar.bz2 podman-a2ffd5c230ea6f53ed40ccc60e869164fee41899.zip |
Merge pull request #5495 from openSUSE/image-sign
Add image signing with GPG tutorial
Diffstat (limited to 'docs/tutorials/README.md')
-rw-r--r-- | docs/tutorials/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md index bcd1b01d9..191d7a4b5 100644 --- a/docs/tutorials/README.md +++ b/docs/tutorials/README.md @@ -23,3 +23,7 @@ A brief how-to on using the Podman remote-client. **[How to use libpod for custom/derivative projects](podman-derivative-api.md)** How the libpod API can be used within your own project. + +**[Image Signing](image_signing.md)** + +Learn how to setup and use image signing with Podman. |