From eb38038afee2db42744632c762341c942c6b0813 Mon Sep 17 00:00:00 2001 From: Leon Mai Date: Thu, 24 Oct 2019 05:56:07 -0700 Subject: [PATCH] Update uninstall description (#187) --- getting-started/environment-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/getting-started/environment-setup.md b/getting-started/environment-setup.md index 7e9f8f999..8c779e49d 100644 --- a/getting-started/environment-setup.md +++ b/getting-started/environment-setup.md @@ -89,12 +89,14 @@ runtime version: v0.1.0 ### Uninstall Dapr in a standalone mode -Remove placement docker container. +Uninstalling will remove the placement and Redis docker containers. ```bash $ dapr uninstall ``` +You should always run a `dapr uninstall` before running another `dapr init`. + ## Installing Dapr on a Kubernetes cluster When setting up Kubernetes you can do this either via the Dapr CLI or Helm