Skip to content

Commit

Permalink
Merge pull request containers#10867 from baude/issue9334
Browse files Browse the repository at this point in the history
Replace old RESTful tutorial with updated README
  • Loading branch information
openshift-merge-robot authored Jul 8, 2021
2 parents 48d4903 + 38863e7 commit 31c3b95
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 549 deletions.
2 changes: 1 addition & 1 deletion docs/source/Tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ 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.
* `How to use Podman's Go RESTful bindings <https://github.com/containers/podman/tree/main/pkg/bindings>`_: An introduction to using our RESTful Golang bindings in an external application.
* `Common network setups <https://github.com/containers/podman/blob/master/docs/tutorials/basic_networking.md>`_: A basic guide to common network setups for Podman.
6 changes: 1 addition & 5 deletions docs/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ How the libpod API can be used within your own project.

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.

**[Go Bindings](basic_networking.md)**
**[Basic Networking](basic_networking.md)**

A basic guide to common network setups with Podman
Loading

0 comments on commit 31c3b95

Please sign in to comment.