How to remove docker completely from ubuntu 14.04

Probably your problem is that for Docker that has been installed from default Ubuntu repository, the package name is docker.io Or package name may be something like docker-ce. Try running dpkg -l | grep -i docker to identify what installed package you have So you need to change package name in commands from https://stackoverflow.com/a/31313851/2340159 to … Read more