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/source/Tutorials.rst | |
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/source/Tutorials.rst')
-rw-r--r-- | docs/source/Tutorials.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/Tutorials.rst b/docs/source/Tutorials.rst index 1b17bc4c7..33e4ae3d3 100644 --- a/docs/source/Tutorials.rst +++ b/docs/source/Tutorials.rst @@ -10,3 +10,4 @@ Here are a number of useful tutorials to get you up and running with Podman. If * `How to sign and distribute container images using Podman <https://github.com/containers/podman/blob/master/docs/tutorials/image_signing.md>`_: Learn how to setup and use image signing with Podman. * `Podman remote-client tutorial <https://github.com/containers/podman/blob/master/docs/tutorials/remote_client.md>`_: A brief how-to on using the Podman remote-client. * `How to use libpod for custom/derivative projects <https://github.com/containers/podman/blob/master/docs/tutorials/podman-derivative-api.md>`_: How the libpod API can be used within your own project. +* `How to use Podman's Go bindings <https://github.com/containers/podman/blob/master/docs/tutorials/podman-go-bindings.md>`_: A brief how-to on using Podman's Go bindings in external applications. |