-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockstation not working with colima #322
Comments
So the issue appears to be that DockStation is ignoring the docker context. |
any solutions around it ? |
Option 3 from https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#changing-the-active-docker-context worked for me. Ignore the error above Docker Compose not being installed. I was getting the rror
but this fixed that issue |
I found a solution by running this simple command. Try your luck! |
I have Colima installed with the docker client on my mac but stating dockstation gives the error
failed to attach docker event listener error connect ENOENT /var/run/docker.sock
I tried
chmod 666 /var/run/docker.sock
but gives mechmod: Unable to change file mode on /var/run/docker.sock: No such file or directory
Docker is running using docker ps and docker images
The text was updated successfully, but these errors were encountered: