-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
No easy way to configure Colima to use the default Docker socket #365
Comments
I can understand your frustration. While it may be your experience, many tools are indeed catching up and utilising docker context instead. Another advantage of this approach is the ability to try out Colima without breaking your current workflow. But I do agree that we can provide an easier way for Colima to use the default docker socket. |
Tried using |
If you are using any application that mounts the socket, it is possible. |
I see, thanks. To increase ease of use, would the solution be to add a file watcher for the socket file? It seems a bit far away from the core engine and stuff, but could be useful for many users |
I worked around a similar situation by exporting It'd be nice if |
@abiosoft Would it be possible to get Colima to automatically symlink |
@henrik242 it's on the roadmap. Something similar to |
(Is there a public roadmap?) |
At the moment, no. |
(If you make one you can just link to it for more authoritative responses to questions like this; you could either use wiki or of course a markdown file in the repo.) And of course, thanks for all your work on this project! Edit: Alternately, just answer questions like this with "I'm planning on it but don't know when it will be added" :) |
Adding the suggested |
Description
On my work mac I was trying Colima, and had to remove my old Docker Desktop socket and symlink Colima's socket - the issue & fix are documented here. My docker socket clash was also from testcontainers.
On my personal mac I was trying
act
to run GitHub Actions locally, and gotSo I'm 2 for 2 on needing to delete the old socket and symlink Colima's.
It seems very common for tools to point to that socket file.
My feature request is that it'd be great if Colima would either 1. just make it work on installation, or prompt and suggest to let it do the fix for you. Actually, is it even worth asking?
If we can remove this snagging point, it'd make the early user experience a lot smoother. The project descripition is after all:
I've had no other issues/requests so far - it's been working great for a few days!
The text was updated successfully, but these errors were encountered: