mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
Correct a typo in documentation
Signed-off-by: Guido Aulisi <guido.aulisi@gmail.com>
This commit is contained in:
@ -237,7 +237,7 @@ port like 8080.
|
|||||||
$ podman run -dt --name webserver -p 8080:80 quay.io/libpod/banner
|
$ podman run -dt --name webserver -p 8080:80 quay.io/libpod/banner
|
||||||
17ea33ccd7f55ff45766b3ec596b990a5f2ba66eb9159cb89748a85dc3cebfe0
|
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
|
via IP addresses, the host and the port mapping are used. To do so, the IP address
|
||||||
of the host (interface) must be known.
|
of the host (interface) must be known.
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user