How to Uninstall Docker Engine from Linux Mint 22 Wilma | Removing Docker from Linux Mint 22 Wilma

Опубликовано: 29 Сентябрь 2024
на канале: TechSolutionZ
72
1

How to Uninstall Docker Engine from Linux Mint 22 Wilma | Removing Docker from Linux Mint 22 Wilma. You can now remove Docker from Ubuntu based Linux Mint 22 easily with these terminal commands for Linux Tutorial. Uninstall Docker Completely with ease now.
1.Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras

2. Images, containers, volumes, or custom configuration files on your host aren't automatically removed. To delete all images, containers, and volumes:

sudo rm -rf /var/lib/docker
sudo rm -rf /var/lib/containerd