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/tutorials/README.md | |
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/tutorials/README.md')
-rw-r--r-- | docs/tutorials/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md index 246d235ee..455459062 100644 --- a/docs/tutorials/README.md +++ b/docs/tutorials/README.md @@ -31,3 +31,7 @@ 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)** + +A basic guide to common network setups with Podman |