diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-23 17:11:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 17:11:15 +0100 |
commit | b2d4d62c131dd3a98ffaa7cc416b4216439a8b40 (patch) | |
tree | 18c56f6cbde21187f8520dc1c09985d4fe52efb6 /docs | |
parent | 400ccc62059849fa17e82da981caedd5c2fb3ca9 (diff) | |
parent | 533636395751747774f61117aa2ee8f64da2abf5 (diff) | |
download | podman-b2d4d62c131dd3a98ffaa7cc416b4216439a8b40.tar.gz podman-b2d4d62c131dd3a98ffaa7cc416b4216439a8b40.tar.bz2 podman-b2d4d62c131dd3a98ffaa7cc416b4216439a8b40.zip |
Merge pull request #12377 from markzhang1996/patch-1
[CI:DOCS] Update basic_networking.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/basic_networking.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/basic_networking.md b/docs/tutorials/basic_networking.md index e47661ddf..e1f2f1346 100644 --- a/docs/tutorials/basic_networking.md +++ b/docs/tutorials/basic_networking.md @@ -291,5 +291,5 @@ same network namespace, the DB and Web container can communicate with each other using localhost (127.0.0.1). Furthermore, they are also both addressable by the IP address (and DNS name if applicable) assigned to the Pod itself. -For more information on container to container networking, see Configuring container -networking with Podman. +For more information on container to container networking, see [Configuring container +networking with Podman](https://www.redhat.com/sysadmin/container-networking-podman). |