DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.13k stars 106 forks source link

Dockstation issue on localhosts sudo #251

Open Viromic opened 4 years ago

Viromic commented 4 years ago

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?

igor-lemon commented 4 years ago

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/

ahpetrot commented 3 years ago

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