Uninstall Docker Engine on Fedora

Configurare noua (How To)

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.

Solutie

Tip solutie

Permanent

Voteaza

(2 din 7 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?