卸载Ascend Docker Runtime
当前不需要使用Ascend Docker Runtime时,可使用如下两种方法进行卸载。
方法一:软件包卸载
- 首先进入安装包(run包)所在路径。
cd <path to run package>
- 用户可通过以下命令卸载Ascend Docker Runtime。
./Ascend-docker-runtime_{version}_linux-{arch}.run --uninstall
方法二:脚本卸载
- 首先进入Ascend Docker的安装路径下的“script”目录(默认安装路径为:“/usr/local/Ascend/Ascend-Docker-Runtime”):
cd /usr/local/Ascend/Ascend-Docker-Runtime/script
- 运行卸载的脚本进行卸载。
./uninstall.sh
- 卸载后需要运行以下命令使用默认的runc。
systemctl daemon-reload && systemctl restart docker
父主题: 卸载集群调度组件