-
Notifications
You must be signed in to change notification settings - Fork 44
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
Help making it work with colima #16
Comments
Hey @TiagoJacobs! Sorry for the delay. Out of curiosity, any chance Beyond that, I can't think of any reason Let me know! |
I have been trying to get this to work with both Colima and Rancher in order to replace Docker for Desktop. I cannot get it to work with either. For Colima I had to manually symlink In both cases when I run
This suggests that all is well and that it has created both ends of the tunnel. However, if I run an nginx container (as per the example), I cannot I previously had this working with Docker for Desktop. Any suggestions of what else might be causing an issue? |
Hi @night0wl, thanks for the report. I will try to replicate this setup on Colima when I get a minute. In the mean time can you confirm:
|
Thanks for the reply @gregnr, I appreciate the help. See below: The only interface binding for 172.17 is to utun3 Result of
Result of
|
Thanks for sharing. Everything looks normal 🤔 A few more things to try (from the VM side):
|
I have run the above tests using Colima with
I think the other network interfaces are fine, but not 100%, including the output for them too
|
I figured this out! With a little bit of inspiration from this blog post Colima does a lot of the initial setup described, including it seems some of what So what I had to do was find the inet address for
and then SSH into the VM an setup an iptables rule and find the inet address of the
Then set up the route to
This is essentially what EDIT: I have partially figured this out... it works for the |
Nice one @night0wl! Looks like When I get some time I'll dig into this further to see if there's a way we can automate your above logic in |
Hello!
I am using colima, to run x64 dockers in M1 (this is required for some components of our project).
For an example only, I've performed these commands on my M1:
After this is done, I can create docker containers using the regular docker commands.
To login within the colima machine, we can use:
I've checked and colima kernel have the wireguard support:
From this point, what would be the best way to plug your tool with this environment?
The text was updated successfully, but these errors were encountered: