The issue I am having is: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
I have had this issue before and was fixed by removing the docker group, adding again and adding myself to the group. Tried that this time, no luck.
For some reason WSL does not like it when you do a system restart and seems to stop docker from working properly. However, docker is not being helpful with their debugging...
I want to be able to restart and it work fine without having to spend hours finding a new solution that might work.
I have tried lots of solutions from adding user to group and signing out and in to tinkering with the docker socket itself, nothing is working and it is really frustrating. I think it has something to do with user groups since that was the issue last time and always has been, but the previous workaround didn't work...
I have a makefile which I used to run docker commands as it is more effecient, but even when I run docker ps I get this:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.
Is the docker daemon running?
The result I want is for docker to tell me that the it is starting my containers, yet it's not.