Hacker News new | ask | show | jobs
by elcritch 1318 days ago
Does anyone know if the networking lets you ping the docker vm directly?

Looks like there's an `colima start --network-address`. I just spent the day trying to get a docker vm I can ping directly.

1 comments

It’s been a really doozy for me too, doubly so for local k8s in Docker (kind/k3s). I’ve tried a whole lot of variations, it’s hard and harder to scale across hundreds of devices.
Well the `colima start --network-address` lets me ping the VM and to use `--net=host`. Nice!