Merge pull request #2483 from thaJeztah/fix_builder_link

builder: fix broken link
This commit is contained in:
Tibor Vass 2020-04-30 14:58:27 -07:00 committed by GitHub
commit 452c25cfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -941,13 +941,12 @@ the `-p` flag. For example
docker run -p 80:80/tcp -p 80:80/udp ... docker run -p 80:80/tcp -p 80:80/udp ...
``` ```
To set up port redirection on the host system, see [using the -P To set up port redirection on the host system, see [using the -P flag](run.md#expose-incoming-ports).
flag](run.md#expose-incoming-ports). The `docker network` command supports The `docker network` command supports creating networks for communication among
creating networks for communication among containers without the need to containers without the need to expose or publish specific ports, because the
expose or publish specific ports, because the containers connected to the containers connected to the network can communicate with each other over any
network can communicate with each other over any port. For detailed information, port. For detailed information, see the
see the [overview of this feature](https://docs.docker.com/engine/userguide/networking/).
[overview of this feature](https://docs.docker.com/engine/userguide/networking/)).
## ENV ## ENV