Created
November 28, 2015 00:58
-
-
Save jay-johnson/8aa57cb22ab3cb7214d0 to your computer and use it in GitHub Desktop.
Find the Docker Container's IP Address
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
spring-xd-1.3.0.RELEASE$ docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container1 | |
172.17.0.9 | |
spring-xd-1.3.0.RELEASE$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment