You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have permission, where is mistake ?
docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Head "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
sincerely
Eric
The text was updated successfully, but these errors were encountered:
Hey Eric, it looks like you're running docker on Linux. Usually after installing docker, you need to add your user to a special group of users that allows you to access the docker socket - this group is usually named docker. Try googling "Docker CLI as non-root on ". After adding yourself to that group, you need to logout and log back in.
If you want to be able to run the docker CLI command as a non-root user, add your user to the docker user group, re-login, and restart docker.service.
Hi,
I don't have permission, where is mistake ?
docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Head "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
sincerely
Eric
The text was updated successfully, but these errors were encountered: