diff options
author | Mark Zhang <markzhang1994@gmail.com> | 2021-11-21 10:25:44 +0800 |
---|---|---|
committer | mzhang <mzhang@r1.markz.info> | 2021-11-23 23:43:32 +0800 |
commit | 533636395751747774f61117aa2ee8f64da2abf5 (patch) | |
tree | a7473a167706131fab587f7404038658dacb2a5d | |
parent | a6976c9ca8346331001dfade295173ad1482c2f6 (diff) | |
download | podman-533636395751747774f61117aa2ee8f64da2abf5.tar.gz podman-533636395751747774f61117aa2ee8f64da2abf5.tar.bz2 podman-533636395751747774f61117aa2ee8f64da2abf5.zip |
Update basic_networking.md
Correct a missing link in basic networking tutorial.
Signed-off-by: Mark Zhang <markzhang1994@gmail.com>
-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). |