-
-
Save ii0/0d23672fee96e94cd89401408fcc62da to your computer and use it in GitHub Desktop.
Stats of running containers started by docker-compose in docker 1.5
This file contains hidden or 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