mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
* Fix broken links issue#10908 Fix issue#10908 * Fix broken link docker desktop dashboard * Fix broken link networking * Mac: Fix dashboard links * Mac: Fix networking links * Fix link to get started Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
@@ -314,7 +314,7 @@ For information about the reset options, see [Logs and Troubleshooting](troubles
|
||||
|
||||
## Dashboard
|
||||
|
||||
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and existing Docker Compose applications. For more information, see [Docker Desktop Dashboard](dashboard.md).
|
||||
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and existing Docker Compose applications. For more information, see [Docker Desktop Dashboard](../desktop/dashboard.md).
|
||||
|
||||
## Add TLS certificates
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ 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#explore-the-application-and-run-examples)
|
||||
The command to run the `nginx` webserver shown in [Getting Started](/docker-for-mac/index#explore-the-application)
|
||||
is an example of this.
|
||||
|
||||
```bash
|
||||
|
||||
@@ -461,7 +461,7 @@ again when you switch back.
|
||||
|
||||
## Dashboard
|
||||
|
||||
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and Docker Compose applications. For more information, see [Docker Desktop Dashboard](dashboard.md).
|
||||
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and Docker Compose applications. For more information, see [Docker Desktop Dashboard](../desktop/dashboard.md).
|
||||
|
||||
## Docker Hub
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`.
|
||||
|
||||
### HTTP/HTTPS Proxy Support
|
||||
|
||||
See [Proxies](index#proxies).
|
||||
See [Proxies](/docker-for-windows/index#proxies).
|
||||
|
||||
## Known limitations, use cases, and workarounds
|
||||
|
||||
@@ -85,7 +85,7 @@ 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#explore-the-application-and-run-examples)
|
||||
The command to run the `nginx` webserver shown in [Getting Started](/docker-for-windows/index#explore-the-application)
|
||||
is an example of this.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user