Skip to content

Commit

Permalink
Correct a typo in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Guido Aulisi <[email protected]>
  • Loading branch information
tartina committed Jul 15, 2021
1 parent 47f3517 commit ec61507
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 ec61507

Please sign in to comment.