Solved

Unable to start the deployment

  • 12 November 2022
  • 2 replies
  • 51 views

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

icon

Best answer by saleempothiwala 12 November 2022, 15:59

View original

2 replies

Userlevel 4
Badge

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

Userlevel 3
Badge

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