Skip to content

Commit

Permalink
Merge pull request #2484 from thaJeztah/19.03_backport_fix_builder_link
Browse files Browse the repository at this point in the history
[19.03 backport] builder: fix broken link
  • Loading branch information
tiborvass committed Apr 30, 2020
2 parents 3929933 + c150ba2 commit a2d8a8a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/reference/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2d8a8a

Please sign in to comment.