This commit is contained in:
vinayada1 2020-06-03 16:32:02 -07:00
parent f86dd3af0a
commit 69b5896f44
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $ dapr init
✅ Success! Dapr is up and running
```
> Note: To see that Dapr has been installed successfully, from a command prompt run the `docker ps` command and check that the `daprio/dapr:latest` and `redis` container images are both running. Also, this step creates a default components folder which is later used at runtime unless the --components-path option is provided. For Linux/MacOS, the default components folder path is ~/.dapr/components and for Windows it is %USERPROFILE%\.dapr\components.
> Note: To see that Dapr has been installed successfully, from a command prompt run the `docker ps` command and check that the `daprio/dapr:latest` and `redis` container images are both running. Also, this step creates a default components folder which is later used at runtime unless the --components-path option is provided. For Linux/MacOS, the default components folder path is $HOME/.dapr/components and for Windows it is %USERPROFILE%\.dapr\components.
#### Install a specific runtime version