mirror of https://github.com/docker/cli.git
Merge pull request #2484 from thaJeztah/19.03_backport_fix_builder_link
[19.03 backport] builder: fix broken link
This commit is contained in:
commit
a2d8a8a4cb
|
@ -941,13 +941,12 @@ the `-p` flag. For example
|
|||
docker run -p 80:80/tcp -p 80:80/udp ...
|
||||
```
|
||||
|
||||
To set up port redirection on the host system, see [using the -P
|
||||
flag](run.md#expose-incoming-ports). The `docker network` command supports
|
||||
creating networks for communication among containers without the need to
|
||||
expose or publish specific ports, because the containers connected to the
|
||||
network can communicate with each other over any port. For detailed information,
|
||||
see the
|
||||
[overview of this feature](https://docs.docker.com/engine/userguide/networking/)).
|
||||
To set up port redirection on the host system, see [using the -P flag](run.md#expose-incoming-ports).
|
||||
The `docker network` command supports creating networks for communication among
|
||||
containers without the need to expose or publish specific ports, because the
|
||||
containers connected to the network can communicate with each other over any
|
||||
port. For detailed information, see the
|
||||
[overview of this feature](https://docs.docker.com/engine/userguide/networking/).
|
||||
|
||||
## ENV
|
||||
|
||||
|
|
Loading…
Reference in New Issue