Skip to content

Commit

Permalink
Merge pull request #7379 from lsm5/bindings-tutorial
Browse files Browse the repository at this point in the history
[CI:DOCS] docs: include Go bindings tutorial
  • Loading branch information
openshift-merge-robot authored Aug 20, 2020
2 parents 7865db5 + 36b1ed0 commit 7ccd821
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/Tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions docs/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading

0 comments on commit 7ccd821

Please sign in to comment.