The documentation you are viewing is for Dapr v1.7 which is an older version of Dapr. For up-to-date documentation, see the latest version.
在自托管的环境中卸载 Dapr
从本地机器中删除 Dapr 的步骤
下面的 CLI 命令移除Dapr sidecar 二进制文件和placement 容器:
dapr uninstall
上述命令不会删除在dapr init
期间默认安装的Redis或Zipkin容器,以防你将它们用于其他目的。 要删除 Redis, Zipkin, Actor Placement 容器,以及位于 $HOME/.dapr
或 %USERPROFILE%\.dapr\
, 运行:
dapr uninstall --all
Note
对于Linux/MacOS 用户,如果你用sudo运行你的docker或安装路径是/usr/local/bin
(默认安装路径), 您需要使用 sudo dapr uninstall
移除Dapr 二进制文件 和/或 容器。
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.