docker-mac-net-connect icon indicating copy to clipboard operation
docker-mac-net-connect copied to clipboard

feat: support Lima VMs iptables rules

Open night0wl opened this issue 2 years ago • 5 comments

New Features:

  • Adds support for Lima-based VM by added a necessary iptables rule

Caveats:

  • For Colima, still need to manually symlink /var/run/docker.sock

TODO:

  • Update documentation

night0wl avatar May 27 '23 06:05 night0wl

any updates on this?

th3fallen avatar Nov 01 '23 19:11 th3fallen

I wanted to add my experience using colima. Since v0.6.0 colima uses ubuntu as the base vm os – docker-mac-net-connect works as is with the addition of running sudo iptables -A FORWARD -s 10.33.33.1 -j ACCEPT when ssh'd into the vm.

mhumeSF avatar Dec 09 '23 09:12 mhumeSF