Skip to content

Commit

Permalink
Replace old RESTful tutorial with updated README
Browse files Browse the repository at this point in the history
Remove outdated information on go bindings.  Moved the tips for
debugging into the REAME and tidied up relevant links.

Fixes: containers#9334
[CI_DOCS]
[NO TESTS NEEDED]

Signed-off-by: Brent Baude <[email protected]>
  • Loading branch information
baude committed Jul 7, 2021
1 parent c583d4d commit 38863e7
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 38863e7

Please sign in to comment.