79707791

Date: 2025-07-20 06:57:38
Score: 0.5
Natty:
Report link

You have an older unofficial version of docker installed. You need to remove it.

Follow the official instructions on how to Install Docker Engine on Ubuntu, section Uninstall old versions.

In short you need to run:

for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AlexD