Skip to main content

Hi All,

 

I have created the installation script and tried running the docker image in strigo environment. However, it instantly throws the below error.

 

docker: Got permission denied while trying to connect to the docker daemon socket

 

 

Could someone please let me know what is that I am doing it wrongly? Any remedy?

 

Thank you!

Yuvaraj Thiyagarajan

@yuvathiya please add sudo to your command. So first type sudo and then paste the install script. 


This error means the user running the command isn't part of the docker group. sudo is one workaround, but you're better off adding that user to the group. See Docker’s documentation for more details. 


Reply