mirror of https://github.com/docker/docs.git
Fixed Broken Link (#13234)
* fixed broken link Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
0726a7d7aa
commit
c6e5fe142d
|
@ -227,7 +227,7 @@ To interact with remote repositories:
|
|||
|
||||
## Explore volumes
|
||||
|
||||
The **Volumes** view in Docker Dashboard enables you to easily create and delete [volumes](../storage/volumes/index.md) and see which ones are being used. If you are a developer subscribed to a Pro or a Team plan, you can also see which container is using a specific volume and explore the files and folders in your volumes.
|
||||
The **Volumes** view in Docker Dashboard enables you to easily create and delete [volumes](../storage/volumes.md) and see which ones are being used. If you are a developer subscribed to a Pro or a Team plan, you can also see which container is using a specific volume and explore the files and folders in your volumes.
|
||||
|
||||
{% include upgrade-cta.html
|
||||
body="To start exploring the details in your volumes, upgrade to a Pro or a Team plan."
|
||||
|
|
|
@ -58,7 +58,7 @@ Your Mac must meet the following requirements to successfully install Docker Des
|
|||
|
||||
The Docker Desktop installation includes
|
||||
[Docker Engine](../engine/index.md), Docker CLI client,
|
||||
[Docker Compose](../compose/index.md), [Docker Content Trust](../engine/security/trust.md), [Kubernetes](https://github.com/kubernetes/kubernetes/), and [Credential Helper](https://github.com/docker/docker-credential-helpers/).
|
||||
[Docker Compose](../compose/index.md), [Docker Content Trust](../engine/security/trust/index.md), [Kubernetes](https://github.com/kubernetes/kubernetes/), and [Credential Helper](https://github.com/docker/docker-credential-helpers/).
|
||||
|
||||
## Install and run Docker Desktop on Mac
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ The Docker ECS Integration enables developers to use native Docker commands in D
|
|||
|
||||
The integration between Docker and Amazon ECS allows developers to use the Docker Compose CLI to set up an AWS context in one Docker command, allowing you to switch from a local context to a cloud context and run applications quickly and easily simplify multi-container application development on Amazon ECS using Compose files.
|
||||
|
||||
For detailed instructions, see [Deploying Docker containers on ECS](/cloud/ecs-integration.md).
|
||||
For detailed instructions, see [Deploying Docker containers on ECS](../../cloud/ecs-integration.md).
|
||||
|
||||
## Feedback
|
||||
|
||||
|
|
Loading…
Reference in New Issue