Skip to main content
Solved

Unable to start the deployment

  • November 12, 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

Best answer by saleempothiwala

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

View original
Did this topic help you find an answer to your question?

2 replies

saleempothiwala
Headliner
Forum|alt.badge.img

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


dima
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 83 replies
  • November 13, 2022

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