diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-08-19 21:21:05 -0400 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-08-19 21:22:53 -0400 |
commit | 36b1ed0a26115ad07da05e8d1d867eeb8deb301e (patch) | |
tree | 8fbe8c129309ede3de9f0ebaa362d93f35a12bea /docs/tutorials/README.md | |
parent | 42690ff89c09b0135428b9e4a3f605aa57dc1189 (diff) | |
download | podman-36b1ed0a26115ad07da05e8d1d867eeb8deb301e.tar.gz podman-36b1ed0a26115ad07da05e8d1d867eeb8deb301e.tar.bz2 podman-36b1ed0a26115ad07da05e8d1d867eeb8deb301e.zip |
[CI:DOCS] Include Go bindings tutorial
Include the Go bindings blog post as a tutorial
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
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 191d7a4b5..4beb069ac 100644 --- a/docs/tutorials/README.md +++ b/docs/tutorials/README.md @@ -27,3 +27,7 @@ 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. + +**[Go Bindings](podman-go-bindings.md)** + +A brief how-to on using Podman's Go bindings in external applications. |