-
-
Save BrianRosamilia/6ab3d324cd9c44691b17f6ad8d3bef3b to your computer and use it in GitHub Desktop.
Docker get host ip from container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -nr | grep '^0\.0\.0\.0' | awk '{print $2}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment