Hi, I am going through User Guide - Developing CWL Workflows with VSCode section (Arvados | Developing CWL Workflows with VSCode). I have already done SSH Setup and VSCode setup. I am connected via SSH. and I have cloned Repo. All goes well until ponit 3.1 where I am getting :
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/version: dial unix /var/run/docker.sock: connect: permission denied
I have checked and indeed, I am NOT listed a user when I do:
cat /etc/group | grep docker
docker:x:998:javier,ward,tom,lucas,tetron,swz,jbertoli,nico,peteramstutz,peteramstutz2,mrubenfield,timehrhart,juliabollrath,lianglull1,franklinventura,rolandschmucki,innocentngwa,bartlomiejkeller,yogeshpaudel,martinmoench,moritzgilsdorf,manueldietrich,shangxue,matthiasmunz,stefaniebienertsb1,torumaruyama,raulrodriguezesteban,awz,luciaschmidt,daviddylus
Why am I not there and other useres are? (I do not have root access, so can not add myself to the docker
group using `$ sudo addgroup $USER docker.)