Bootstrap FreeKB - Docker - uninstall Docker on Linux CentOS
Docker - uninstall Docker on Linux CentOS

Updated:   |  Docker articles

Before uninstalling docker, use the systemctl or service command to stop and disable docker.

The yum command can be used to uninstall Docker on Linux CentOS.

yum remove docker

 

By default, the Docker binaries will be located below /etc/docker, and there will be some files left behind. If you want, you can blow away the /etc/docker directory.

rm -rf /etc/docker

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 08f91a in the box below so that we can be sure you are a human.