Summary
The user seeks advice on accessing host machine ports from a Docker container, noting that the IP address 172.17.0.1 is effective, and suggests that host.docker.internal
should also work.
krisztian.feher
yes, tho so that requires extra steps on linux, as it isn't usually mapped
shepherdjerred
host.docker.internal
should work, too
krisztian.feher
for anyone looking, this just referring via 172.17.0.1 works fine.
krisztian.feher
hey folks, anyone knows how to access ports on the host machine when I'm running earthly stuff in a docker container?