mirror of https://github.com/docker/docs.git
Repair proxy links (#6586)
This commit is contained in:
parent
2ae44c1824
commit
1a39156c15
|
@ -41,7 +41,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`.
|
|||
|
||||
### HTTP/HTTPS Proxy Support
|
||||
|
||||
See [Proxies](index.md#Proxies).
|
||||
See [Proxies](index#proxies).
|
||||
|
||||
## Known limitations, use cases, and workarounds
|
||||
|
||||
|
@ -84,9 +84,8 @@ Our current recommendation is to publish a port, or to connect from another
|
|||
container. This is what you need to do even on Linux if the container is on an
|
||||
overlay network, not a bridge network, as these are not routed.
|
||||
|
||||
The command to run the `nginx` webserver shown in [Getting
|
||||
Started](index.md#explore-the-application-and-run-examples) is
|
||||
an example of this.
|
||||
The command to run the `nginx` webserver shown in [Getting Started](index#explore-the-application-and-run-examples)
|
||||
is an example of this.
|
||||
|
||||
```bash
|
||||
$ docker run -d -p 80:80 --name webserver nginx
|
||||
|
|
|
@ -39,7 +39,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`.
|
|||
|
||||
### HTTP/HTTPS Proxy Support
|
||||
|
||||
See [Proxies](index.md#Proxies).
|
||||
See [Proxies](index#Proxies).
|
||||
|
||||
## Known limitations, use cases, and workarounds
|
||||
|
||||
|
@ -84,9 +84,8 @@ Our current recommendation is to publish a port, or to connect from another
|
|||
container. This is what you need to do even on Linux if the container is on an
|
||||
overlay network, not a bridge network, as these are not routed.
|
||||
|
||||
The command to run the `nginx` webserver shown in [Getting
|
||||
Started](index.md#explore-the-application-and-run-examples) is
|
||||
an example of this.
|
||||
The command to run the `nginx` webserver shown in [Getting Started](index#explore-the-application-and-run-examples)
|
||||
is an example of this.
|
||||
|
||||
```bash
|
||||
$ docker run -d -p 80:80 --name webserver nginx
|
||||
|
|
Loading…
Reference in New Issue