A Complete Guide to Uninstalling Docker completely on Pop!_OS and Ubuntu-based Systems
Steps
Stop the service
It’s not mandatory, but before uninstalling, it's a good practice to stop any running Docker services.
sudo systemctl stop docker
Remove docker packages
It’s used to completely and forcefully remove a list of specified packag...
blog.alexandrecalaca.com2 min read