Uninstalling the Ascend Docker Runtime
If you do not need to use the Ascend Docker Runtime any more, use either of the following methods to uninstall it:
Method 1: Uninstalling the software package
- Go to the path where the installation package (.run package) is stored.
cd <path to run package>
- Run the following command to uninstall the Ascend Docker Runtime:
./Ascend-docker-runtime_{version}_linux-{arch}.run --uninstall
Method 2: Using a script
- Go to the script directory in the Ascend Docker installation path. The default installation path is /usr/local/Ascend/Ascend-Docker-Runtime.
cd /usr/local/Ascend/Ascend-Docker-Runtime/script
- Run the uninstallation script to uninstall the component.
./uninstall.sh
- Run the following command to use the default runc:
systemctl daemon-reload && systemctl restart docker
Parent topic: Uninstalling Cluster Scheduling Components