Skip to content

Instantly share code, notes, and snippets.

@tjunussov
Created January 22, 2020 07:24
Show Gist options
  • Save tjunussov/6b4e9c665a8ab2f7c4ab2b3b582b2c28 to your computer and use it in GitHub Desktop.
Save tjunussov/6b4e9c665a8ab2f7c4ab2b3b582b2c28 to your computer and use it in GitHub Desktop.
#Containers IP Addresses
docker inspect --format='{{.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