How to Remove Docker Engine on Ubuntu 22.10 | Remove Docker from Ubuntu 22.10



How to Remove Docker Engine on Ubuntu 22.10 | Remove Docker from Ubuntu 22.10

How to Remove Docker Engine on Ubuntu 22.10 | Remove Docker from Ubuntu 22.10

How to Uninstall Docker Engine on Ubuntu 22.10 | Remove Docker from Ubuntu 22.10 Kinetic Kodu – Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages.

Terminal Commands:
1. sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin
2. sudo rm -rf /var/lib/docker
3. sudo rm -rf /var/lib/containerd

PS: You must delete any edited configuration files manually.