Skip to content

Instantly share code, notes, and snippets.

@NicholasKuchiniski
Created March 10, 2020 19:23
Show Gist options
  • Save NicholasKuchiniski/6d95498a26be84d5635f8eddb9d25bed to your computer and use it in GitHub Desktop.
Save NicholasKuchiniski/6d95498a26be84d5635f8eddb9d25bed to your computer and use it in GitHub Desktop.
Pegar ips dos containers
docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment