-
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
feat: support Lima VMs iptables rules #27
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
err = ipt.AppendUnique( | ||
"filter", "FORWARD", | ||
"-s", hostPeerIp, | ||
"-p", "tcp", "-j", "ACCEPT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
New Features:
iptables
ruleCaveats:
/var/run/docker.sock
TODO: