mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/cli/dapr-init.md
Using ref links Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
parent
a5b387ce1c
commit
c23e70f7b6
|
@ -60,7 +60,7 @@ You can also specify a specific runtime version. Be default, the latest version
|
|||
dapr init --runtime-version 1.4.0
|
||||
```
|
||||
|
||||
You can also install Dapr with a particular image variant, for example: [mariner](https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/#using-mariner-based-images).
|
||||
You can also install Dapr with a particular image variant, for example: [mariner]({{< ref "kubernetes-deploy.md#using-mariner-based-images" >}}).
|
||||
|
||||
```bash
|
||||
dapr init --image-variant mariner
|
||||
|
|
Loading…
Reference in New Issue