diff options
author | baude <bbaude@redhat.com> | 2021-02-18 09:21:39 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-02-18 13:21:33 -0600 |
commit | cf2a551896a792cbe910d256d8fd3551fc529e79 (patch) | |
tree | ae9c0deb3f4919a3a040098bdf4973513ba07e79 /docs/source | |
parent | c3419d2168415cb3e6f1349afaa9c04c29cbb933 (diff) | |
download | podman-cf2a551896a792cbe910d256d8fd3551fc529e79.tar.gz podman-cf2a551896a792cbe910d256d8fd3551fc529e79.tar.bz2 podman-cf2a551896a792cbe910d256d8fd3551fc529e79.zip |
[CI:DOCS]basic networking guide
created a basic networking guide for podman that outlines the common
network setups for podman.
Fixes: #8874
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source')
-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 e3e869d5b..e48d1e853 100644 --- a/docs/source/Tutorials.rst +++ b/docs/source/Tutorials.rst @@ -11,3 +11,4 @@ Here are a number of useful tutorials to get you up and running with Podman. If * `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. +* `Common network setups <https://github.com/containers/podman/blob/master/docs/tutorials/basic_networking.md>`_: A basic guide to common network setups for Podman. |