Home > Article > Operation and Maintenance > How to delete docker in ubuntu
How to delete docker on ubuntu?
Use dpkg to query installed packages and delete them accordingly
Query related software packages
dpkg -l | grep docker
Delete this package
sudo apt remove --purge dock.io
More For more related tutorials, please pay attention to the docker tutorial column on the PHP Chinese website.
The above is the detailed content of How to delete docker in ubuntu. For more information, please follow other related articles on the PHP Chinese website!