chipmk / docker-mac-net-connect

Connect directly to Docker-for-Mac containers via IP address 🐳 💻
MIT License
402 stars 41 forks source link

feat: support Lima VMs iptables rules #27

Open night0wl opened 1 year ago

night0wl commented 1 year ago

New Features:

Caveats:

TODO:

th3fallen commented 10 months ago

any updates on this?

mhumeSF commented 9 months ago

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.