79804986

Date: 2025-10-30 16:20:39
Score: 1.5
Natty:
Report link

you should delete the docker and install everything with from the orgianl website of the docker
and reinstall it again and also run the command which remove the older version and also remove the filw which remove the conflicts
Run the following command to uninstall all conflicting packages:

for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done

and also add the docker in the group :

sudo usermod -aG docker ${USER}

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Syed Frasat Ali