Skip to content

Commit

Permalink
add readme note for uninstall in linux (#400)
Browse files Browse the repository at this point in the history
* add readme note for uninstall in linux

* Update README.md

Co-authored-by: Young Bu Park <youngp@microsoft.com>
  • Loading branch information
mukundansundar and youngbupark authored Jul 14, 2020
1 parent da5e4ce commit 8814c74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Use the init command to initialize Dapr. On init, multiple default configuration
dapr init
```

> For Linux users, if you run your docker cmds with sudo or the install path is `/usr/local/bin`(default install path), you need to use "**sudo dapr init**"
Output should look like so:

```
Expand Down Expand Up @@ -150,6 +152,7 @@ Uninstalling will remove the placement container if installed with Docker or the
```bash
$ dapr uninstall
```
> For Linux users, if you run your docker cmds with sudo or the install path is `/usr/local/bin`(default install path), you need to use "**sudo dapr uninstall**" to remove dapr binaries and/or the containers.
The command above won't remove the redis or zipkin containers by default in case you were using it for other purposes. It will also not remove the default dapr folder that was created on `dapr init`. To remove all the containers (placement, redis, zipkin) and also the default dapr folder created on init run:

Expand Down

0 comments on commit 8814c74

Please sign in to comment.