-
-
Save arsham/c4a65d7c687943a85441108e3c789779 to your computer and use it in GitHub Desktop.
Stats of running containers started by docker-compose in docker 1.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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