A number of Docker Desktop alternatives use [`lima`](https://github.com/lima-vm/lima) under the hood to manage Linux VM's: - [`colima`](https://github.com/abiosoft/colima) - [Rancher Desktop](https://github.com/rancher-sandbox/rancher-desktop) Research how the networking works for these tools and find a way to get `docker-mac-net-connect` to work seamlessly with them. Related: - https://github.com/chipmk/docker-mac-net-connect/issues/16 - https://github.com/chipmk/docker-mac-net-connect/issues/8
A number of Docker Desktop alternatives use
limaunder the hood to manage Linux VM's:colimaResearch how the networking works for these tools and find a way to get
docker-mac-net-connectto work seamlessly with them.Related: