File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1058,7 +1058,7 @@ the `-p` flag. For example
1058
1058
$ docker run -p 80:80/tcp -p 80:80/udp ...
1059
1059
```
1060
1060
1061
- To set up port redirection on the host system, see [ using the -P flag] ( https://docs.docker.com/engine/ reference/run/#expose-incoming-ports ) .
1061
+ To set up port redirection on the host system, see [ using the -P flag] ( https://docs.docker.com/reference/cli/docker/container/ run/#publish ) .
1062
1062
The ` docker network ` command supports creating networks for communication among
1063
1063
containers without the need to expose or publish specific ports, because the
1064
1064
containers connected to the network can communicate with each other over any
@@ -1100,8 +1100,8 @@ from the resulting image. You can view the values using `docker inspect`, and
1100
1100
change them using ` docker run --env <key>=<value> ` .
1101
1101
1102
1102
A stage inherits any environment variables that were set using ` ENV ` by its
1103
- parent stage or any ancestor. Refer [ here ] ( https://docs.docker.com/build/building/multi-stage/ )
1104
- for more on multi-staged builds .
1103
+ parent stage or any ancestor. Refer to the [ multi-stage builds section ] ( https://docs.docker.com/build/building/multi-stage/ )
1104
+ in the manual for more information .
1105
1105
1106
1106
Environment variable persistence can cause unexpected side effects. For example,
1107
1107
setting ` ENV DEBIAN_FRONTEND=noninteractive ` changes the behavior of ` apt-get ` ,
You can’t perform that action at this time.
0 commit comments