Situatie
Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
$sudo dnf remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
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
You have to delete any edited configuration files manually.
Leave A Comment?