Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arsham/c4a65d7c687943a85441108e3c789779 to your computer and use it in GitHub Desktop.
Save arsham/c4a65d7c687943a85441108e3c789779 to your computer and use it in GitHub Desktop.
Stats of running containers started by docker-compose in docker 1.5
sudo docker-compose ps | grep Up | awk '{print $1}' | tr "\\n" " " | xargs --no-run-if-empty sudo docker stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment