dockstation
dockstation copied to clipboard
Init Error: Failed to attach docker event listener on startup
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.
I am experiencing the same problem on Xubuntu/Ubuntu ##21.04.
- [x] Have docker running
- [x] Have many images running
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
sudo chmod 666 /var/run/docker.sock
sudo chmod 666 /var/run/docker.sock
this is work, thanks
Issue occurs on Gentoo with app image. Above fix works, thanks!