Hi Everyone. I see docker supports host networking...
# general
d
Hi Everyone. I see docker supports host networking on linux but not on macbook, so there is no easy way to connect to a port on the host from a docker container. Has anyone found a simple way to solve this?
k
you can use this domain
Copy code
host.docker.internal
It will allow you to reach the host network
d
Thanks. I was able to resolve it.