Closed
Description
Description
Currently <nerdctl|docker|podman> run -p 0.0.0.0:80:80
does not listen the port on host 0.0.0.0, because hostIP: "127.0.0.1"
is hardcoded:
lima/pkg/limayaml/default.yaml
Lines 218 to 222 in 71861bc
We should probably use 0.0.0.0 when the guest uses 0.0.0.0.
The guest agent is already aware of "0.0.0.0" IP.
lima/pkg/guestagent/api/api.go
Lines 13 to 28 in 71861bc
Background:
cc @abiosoft