DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

Error during the Pull / Linux / Debian #56

Closed jmgway closed 2 years ago

jmgway commented 2 years ago

1st - I do the pull But .... it fails

admin@xsmlsaco17:/var$ docker pull diouxx/glpi

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.39/images/create?fromImage=diouxx%2Fglpi&tag=latest: dial unix /var/run/docker.sock: connect: permission denied

any idea ?

DiouxX commented 2 years ago

This is not related to the docker image. Apparently it's a rights issue on your system

Please read the docker installation documentation and check if you can run the hello-world example.