Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FabienSalles/a42811b848e6518e5f1050be422efa43 to your computer and use it in GitHub Desktop.
Save FabienSalles/a42811b848e6518e5f1050be422efa43 to your computer and use it in GitHub Desktop.
get ip of docker images
docker inspect -f '{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment