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

Init Error: Failed to attach docker event listener on startup #281

Open JoshBowdenConcepts opened 3 years ago

JoshBowdenConcepts commented 3 years ago

When starting DockStation on Ubuntu 20.04.2 I am running into the following error: Failed to attach docker event listener: Error: connect EACCES /var/run/docker.sock

Any help would be appreciated. I have a feeling this might be a initialization issue on my end.

laobuda commented 3 years ago

I am experiencing the same problem on Xubuntu/Ubuntu ##21.04.

sanguinary-bus commented 2 years ago

When starting DockStation on Ubuntu 20.04.2 I am running into the following error: Failed to attach docker event listener: Error: connect EACCES /var/run/docker.sock

* [x]  I have docker running on my machine.

* [x]  I have an image running as well.

Any help would be appreciated. I have a feeling this might be a initialization issue on my end.

works for me

https://github.com/DockStation/dockstation/issues/18#issuecomment-777556500

kanatm287 commented 2 years ago

sudo chmod 666 /var/run/docker.sock

ak4l3r3 commented 1 year ago

sudo chmod 666 /var/run/docker.sock

this is work, thanks

NucleaPeon commented 10 months ago

Issue occurs on Gentoo with app image. Above fix works, thanks!