Last active
February 3, 2018 23:21
-
-
Save mycargus/866f284e7e23decb4cea to your computer and use it in GitHub Desktop.
docker inspect network settings for a running named 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
| docker inspect -f '{{ json .NetworkSettings }}' $(docker inspect --format="{{.Id}}" $container_name) | python -mjson.tool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment