dockstation icon indicating copy to clipboard operation
dockstation copied to clipboard

Dockstation issue on localhosts sudo

Open Viromic opened this issue 4 years ago • 2 comments

Dockstation breakes the strasndrad set up and consistently blocks sockets

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Viromic avatar Jul 07 '20 20:07 Viromic

Hi @Viromic

I don't understand what the app breakes. If the app can't connect to the socket, just read this https://docs.docker.com/engine/install/linux-postinstall/

igor-lemon avatar Jul 22 '20 14:07 igor-lemon

This might help ->https://linoxide.com/linux-how-to/use-docker-without-sudo-ubuntu/

If the user running dockstation needs to have sudo to run docker/docker-compose then your $USER needs to be added to the /etc/group docker and added to the ACL for the socket.

Howerver There are issue with sudo docker-compose and Dockstation

ahpetrot avatar Nov 19 '20 19:11 ahpetrot