Skip to content

Instantly share code, notes, and snippets.

@bruvv
Created June 25, 2021 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruvv/895c2128c0787ef00b87c87e713ccf11 to your computer and use it in GitHub Desktop.
Save bruvv/895c2128c0787ef00b87c87e713ccf11 to your computer and use it in GitHub Desktop.
docker ps -q | xargs -n 1 docker inspect --format '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} {{ .Name }}' | sed 's/ \// /'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment