summaryrefslogtreecommitdiff
path: root/docs/tutorials/README.md
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2020-03-13 13:40:47 +0100
committerSascha Grunert <sgrunert@suse.com>2020-03-23 11:46:29 +0100
commiteebcd8ef14e4b04f310886135d599adbe24d12c4 (patch)
tree41c785115f813919e1c7baa9e118d00602f450a0 /docs/tutorials/README.md
parentc9f148fb154ca45081e3ebfc0c14fa9ee995780d (diff)
downloadpodman-eebcd8ef14e4b04f310886135d599adbe24d12c4.tar.gz
podman-eebcd8ef14e4b04f310886135d599adbe24d12c4.tar.bz2
podman-eebcd8ef14e4b04f310886135d599adbe24d12c4.zip
Add image signing with GPG tutorial
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Diffstat (limited to 'docs/tutorials/README.md')
-rw-r--r--docs/tutorials/README.md4
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.