mirror of https://github.com/dapr/dotnet-sdk.git
Merge pull request #781 from fjvela/fix-link-to-docker
Fix ref to self hosted with docker
This commit is contained in:
commit
d60eaf1c0e
|
@ -8,7 +8,7 @@ description: Learn about local development with the Dapr CLI
|
|||
|
||||
## Dapr CLI
|
||||
|
||||
*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{ ref self-hosted-overview.md }}))*.
|
||||
*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{ ref self-hosted-with-docker.md }}))*.
|
||||
|
||||
The Dapr CLI provides you with a good base to work from by initializing a local redis container, zipkin container, the placement service, and component manifests for redis. This will enable you to work with the following building blocks on a fresh install with no additional setup:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ description: Learn about local development with Docker-Compose
|
|||
|
||||
## Docker-Compose
|
||||
|
||||
*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{ ref self-hosted-with-docker.md }}))*.
|
||||
*Consider this to be a .NET companion to the [Dapr Self-Hosted with Docker Guide]({{< ref self-hosted-with-docker.md >}})*.
|
||||
|
||||
`docker-compose` is a CLI tool included with Docker Desktop that you can use to run multiple containers at a time. It is a way to automate the lifecycle of multiple containers together, and offers a development experience similar to a production environment for applications targeting Kubernetes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue