Problem
You wold like to know the IP Address of your host from inside a running docker container.
Solution
Run the following inside the container:
route | awk '/^default/ { print $2 }'
You wold like to know the IP Address of your host from inside a running docker container.
Run the following inside the container:
route | awk '/^default/ { print $2 }'