dockstation icon indicating copy to clipboard operation
dockstation copied to clipboard

Init Error: Failed to attach docker event listener on startup

Open JoshBowdenConcepts opened this issue 3 years ago • 5 comments

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.

JoshBowdenConcepts avatar May 14 '21 15:05 JoshBowdenConcepts

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

  • [x] Have docker running
  • [x] Have many images running

laobuda avatar Jul 02 '21 11:07 laobuda

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

sanguinary-bus avatar Jul 26 '21 04:07 sanguinary-bus

sudo chmod 666 /var/run/docker.sock

kanatm287 avatar Feb 08 '22 14:02 kanatm287

sudo chmod 666 /var/run/docker.sock

this is work, thanks

ak4l3r3 avatar Jul 06 '23 05:07 ak4l3r3

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

NucleaPeon avatar Sep 21 '23 18:09 NucleaPeon