Last active
March 18, 2019 02:46
-
-
Save rasgo-cc/88b84d9e9ea724ea982dc32684375f92 to your computer and use it in GitHub Desktop.
IP address of Docker container
This file contains 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
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment