Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 47b885b

Browse files
authored
Merge pull request #2484 from thaJeztah/19.03_backport_fix_builder_link
[19.03 backport] builder: fix broken link Upstream-commit: a2d8a8a4cbc6f0fc3cf81a7d8f0cae003483ade9 Component: cli
2 parents 13f10d4 + 4e553fe commit 47b885b

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

components/cli/docs/reference/builder.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -941,13 +941,12 @@ the `-p` flag. For example
941941
docker 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

0 commit comments

Comments
 (0)