79728192

Date: 2025-08-07 07:28:55
Score: 1.5
Natty:
Report link

Stop and starting following services resolve the issue for me:

sudo systemctl stop docker.socket

sudo systemctl stop docker

sudo systemctl start docker.socket

sudo systemctl start docker

Note: Make sure to stop docker.socket first, otherwise it will start the docker service when you stop, and make sure do stop instead of restart.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Roshan Gerard Bolonna