Skip to content

Instantly share code, notes, and snippets.

@cfedde
Created March 21, 2015 22:07
Show Gist options
  • Save cfedde/1ca80251529b2469d0b7 to your computer and use it in GitHub Desktop.
Save cfedde/1ca80251529b2469d0b7 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker ps -q |
xargs docker inspect |
perl -MJSON -E '
undef $\;
$x = decode_json <>;
say $_->{NetworkSettings}{IPAddress} for (@$x)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment