From ec615075148449e503b9b254d76883a28f46a872 Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Thu, 15 Jul 2021 14:54:33 +0200 Subject: Correct a typo in documentation Signed-off-by: Guido Aulisi --- docs/tutorials/basic_networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ``` -- cgit v1.2.3-54-g00ecf