feat: support Lima VMs iptables rules#27
Conversation
| err = ipt.AppendUnique( | ||
| "filter", "FORWARD", | ||
| "-s", hostPeerIp, | ||
| "-p", "tcp", "-j", "ACCEPT", |
There was a problem hiding this comment.
Shouldn't be any reason to restrict forwarding for just TCP right?
|
any updates on this? |
|
I wanted to add my experience using colima. Since v0.6.0 colima uses ubuntu as the base vm os – |
c460517 to
56097b3
Compare
|
Guys, this would be great as it would allow to provide out of the box support to folks that don't want to use Docker Desktop. Does this require any further testing? |
|
@gregnr Is this something that you see landing in this project? Anything that still needs tested, etc. as part of this (or future) PRs? |
|
@gregnr Are there any news on merge? |
|
Hey everyone, good news! Colima is now officially supported as of v0.1.7. Also no need to manually symlink your You can upgrade to the latest by running: brew upgrade chipmk/tap/docker-mac-net-connect
sudo brew services restart chipmk/tap/docker-mac-net-connectIf you encounter any issues, please let me know! |
New Features:
iptablesruleCaveats:
/var/run/docker.sockTODO: