colima
colima copied to clipboard
Start colima with host networking
Is it possible to start colima VM with host networking enabled? With minikube minikube ip we used to reach LoadBalancer services.
This will be part of the next release, which is imminent.
I want to run a docker container with a host network, the docker container could access the localhost address, but it will access the lima VM rather than my mac.
@weijiany you can always reach the host mac at 192.168.5.2 or host.docker.internal.
Does --network-address enable the host networking? What exactly should I expect when I use it?
What I'm trying to figure out is the equivalent of minikube ip in colima.
Does
--network-addressenable the host networking? What exactly should I expect when I use it?What I'm trying to figure out is the equivalent of
minikube ipin colima.
@egze it provides a reachable IP address to the VM. Which you can verify by running colima list.