mirror of https://github.com/dapr/docs.git
add workaround
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
bd9cc5b4ea
commit
c2a51984a7
|
@ -54,12 +54,35 @@ Run Windows Terminal or command prompt as administrator.
|
||||||
|
|
||||||
### Step 2: Run the init CLI command
|
### Step 2: Run the init CLI command
|
||||||
|
|
||||||
|
{{< tabs "Linux/MacOS" "Windows">}}
|
||||||
|
|
||||||
|
{{% codetab %}}
|
||||||
|
|
||||||
Install the latest Dapr runtime binaries:
|
Install the latest Dapr runtime binaries:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr init
|
dapr init
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**If you are installing on Mac OS Silicon with Docker,** you may need to perform the following workaround to enable `dapr init` to talk to Docker without using Kubernetes.
|
||||||
|
1. Navigate to **Docker Desktop** > **Settings** > **Advanced**.
|
||||||
|
1. Select the **Enable default Docker socket** checkbox.
|
||||||
|
|
||||||
|
{{% /codetab %}}
|
||||||
|
|
||||||
|
{{% codetab %}}
|
||||||
|
|
||||||
|
Install the latest Dapr runtime binaries:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dapr init
|
||||||
|
```
|
||||||
|
|
||||||
|
{{% /codetab %}}
|
||||||
|
|
||||||
|
{{< /tabs >}}
|
||||||
|
|
||||||
|
|
||||||
### Step 3: Verify Dapr version
|
### Step 3: Verify Dapr version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue