Ubuntu – "docker run hello-world" fails but "sudo docker run hello-world" works. And user belongs to group "docker"
Ok I'm pulling my hair out. As stated in the question title I run docker run hello-world as my normal user and I get this... $ docker run hello-world docker: Cannot connect to the Docker daemon at unix:///home/unclefonso/.docker/desktop/docker.sock. Is the…