"how to remove docker completely from ubuntu 14.04" Code Answer

4

apparently, the system i was using had the docker-ce not docker. thus, running below command did the trick.

sudo apt-get purge docker-ce

sudo rm -rf /var/lib/docker

hope it helps

By Theil on February 18 2022

Answers related to “how to remove docker completely from ubuntu 14.04”

Only authorized users can answer the Search term. Please sign in first, or register a free account.