Skip to content

Commit

Permalink
Merge pull request containers#10940 from tartina/doctypo
Browse files Browse the repository at this point in the history
[CI:DOCS] Correct a typo in documentation
  • Loading branch information
openshift-merge-robot authored Jul 15, 2021
2 parents d24fc6b + ec61507 commit 9d87dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/basic_networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit 9d87dc7

Please sign in to comment.