How to uninstall docker in ubuntu? - Intellipaat Community
intellipaat.com › community › 44143Feb 26, 2020 · Now if you just want to do a simple uninstall just type in this command; $ sudo apt-get purge docker-ce. For a complete uninstall of Docker follow the below steps: Step 1:This command will tell you all the docker related packages you have installed: $ dpkg -l | grep -i docker. Step 2: The below commands remove everything but containers,images,volumes, user configurations.