STAMP-project/tecor

Permission denied issue when connecting to the Docker daemon socket

Closed this issue · 2 comments

Hi,

I gave a try to Tecor as is, the first steps went fine but the script fires a permission denied issue when trying to connect to the Docker daemon socket. I'm attaching the full log below. I ran the 'deploy.sh' script also as root without more success. Do you have any idea about what causes the problem? Thanks a lot.

Execution log: tecor.log

Hi. You need to change the value of DOCKERGID in deploy.sh. You can find out a group id, by locking up ‘docker’ in /etc/groups, given that ‘docker’ is a name of the group which owns the docker socket.

Thank you @vassik I had overlooked the GID part in the README.