79775047

Date: 2025-09-25 15:42:04
Score: 0.5
Natty:
Report link

I faced this problem in wsl2.

Check the permission:

ls -l /var/run/docker.sock

Correct the permission:

sudo chgrp docker /var/run/docker.sock;
sudo chmod 660 /var/run/docker.sock;

And reset to factory default the docker.

Then, In Powershell:

wsl --shutdown

After doing this you can see

docker ps
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tetthys