if I try to pull a docker it gives me this output
Using default tag: latest
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=homeassistant%2Fhome-assistant&tag=latest: dial unix /var/run/docker.sock: connect: permission denied
im a noob at ubuntu so please explain the fix for dummies
also maybe it has something to do with this
How do i reset my networkconfig
that was a question from I followed the first answer :)
sudo
before the command. E.g.,sudo docker run hello-world
. – cocomac Oct 11 '21 at 18:50