diff --git a/getting-started/environment-setup.md b/getting-started/environment-setup.md index 8c779e49d..667689ee8 100644 --- a/getting-started/environment-setup.md +++ b/getting-started/environment-setup.md @@ -89,12 +89,18 @@ runtime version: v0.1.0 ### Uninstall Dapr in a standalone mode -Uninstalling will remove the placement and Redis docker containers. +Uninstalling will remove the placement container. ```bash $ dapr uninstall ``` +It won't remove the redis container by default in case you were using it for other purposes. To remove both the placement and redis container: + +```bash +$ dapr uninstall --all +``` + You should always run a `dapr uninstall` before running another `dapr init`. ## Installing Dapr on a Kubernetes cluster