Comment 1 for bug 2020890

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

does this work?

sudo snap run --shell docker.docker

$ ls -latr /var/run /run/docker.sock /var/run/docker.sock
lrwxrwxrwx 1 root root 4 Mar 25 04:54 /var/run -> /run
srw-rw---- 1 root docker 0 May 24 09:07 /var/run/docker.sock
srw-rw---- 1 root docker 0 May 24 09:07 /run/docker.sock

if yes, does it not work without sudo?

Is so, is your user in the docker group, and have you relogged in after adding userself to the docker group?