Add docker prereq (#81)

This commit is contained in:
Young Bu Park 2019-10-08 11:33:45 -07:00 committed by Yaron Schneider
parent 562c0312ad
commit 13c1ce3655
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ Once Dapr is installed, you can try out the [dapr samples](https://github.com/da
- [Installing Dapr on Kubernetes cluster](#installing-dapr-on-a-kubernetes-cluster)
## Prerequisites
Download the [Dapr CLI](https://github.com/dapr/cli/releases), unpack it and move it to your desired location.
* Install [Docker](https://docs.docker.com/install/)
* Download the [Dapr CLI](https://github.com/dapr/cli/releases), unpack it and move it to your desired location.
> For Mac/Linux - `/usr/local/bin`.