This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
components/cli/docs/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -941,13 +941,12 @@ the `-p` flag. For example
941941docker run -p 80:80/tcp -p 80:80/udp ...
942942```
943943
944- To set up port redirection on the host system, see [using the -P
945- flag](run.md#expose-incoming-ports). The `docker network` command supports
946- creating networks for communication among containers without the need to
947- expose or publish specific ports, because the containers connected to the
948- network can communicate with each other over any port. For detailed information,
949- see the
950- [overview of this feature](https://docs.docker.com/engine/userguide/networking/)).
944+ To set up port redirection on the host system, see [using the -P flag](run.md#expose-incoming-ports).
945+ The `docker network` command supports creating networks for communication among
946+ containers without the need to expose or publish specific ports, because the
947+ containers connected to the network can communicate with each other over any
948+ port. For detailed information, see the
949+ [overview of this feature](https://docs.docker.com/engine/userguide/networking/).
951950
952951## ENV
953952
You can’t perform that action at this time.
0 commit comments