Skip to content

Instantly share code, notes, and snippets.

@bsitruk
Created May 1, 2023 11:21
Show Gist options
  • Save bsitruk/9f3d6f8f7164f3954f3c80d3d813c628 to your computer and use it in GitHub Desktop.
Save bsitruk/9f3d6f8f7164f3954f3c80d3d813c628 to your computer and use it in GitHub Desktop.
Docker HOST IP
https://stackoverflow.com/questions/22944631/how-to-get-the-ip-address-of-the-docker-host-from-inside-a-docker-container
docker run -it --rm alpine nslookup host.docker.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment