diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-15 14:57:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 14:57:09 -0400 |
commit | 9d87dc74084b9b1ae67106a23cf3ed5327ca0681 (patch) | |
tree | 57a8fe48d03befd217b0b4e423eca1b736f49cdb /docs | |
parent | d24fc6b84384cbe4188db941ad452f02d3713540 (diff) | |
parent | ec615075148449e503b9b254d76883a28f46a872 (diff) | |
download | podman-9d87dc74084b9b1ae67106a23cf3ed5327ca0681.tar.gz podman-9d87dc74084b9b1ae67106a23cf3ed5327ca0681.tar.bz2 podman-9d87dc74084b9b1ae67106a23cf3ed5327ca0681.zip |
Merge pull request #10940 from tartina/doctypo
[CI:DOCS] Correct a typo in documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/basic_networking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/basic_networking.md b/docs/tutorials/basic_networking.md index 850bf6681..e47661ddf 100644 --- a/docs/tutorials/basic_networking.md +++ b/docs/tutorials/basic_networking.md @@ -237,7 +237,7 @@ port like 8080. $ podman run -dt --name webserver -p 8080:80 quay.io/libpod/banner 17ea33ccd7f55ff45766b3ec596b990a5f2ba66eb9159cb89748a85dc3cebfe0 ``` -Because rootfull containers cannot communicate with each other directly with TCP/IP +Because rootless containers cannot communicate with each other directly with TCP/IP via IP addresses, the host and the port mapping are used. To do so, the IP address of the host (interface) must be known. ``` |