Created
January 4, 2016 15:46
-
-
Save mrpatrick/b119a86c0e04a352f8ee to your computer and use it in GitHub Desktop.
display real-time stats for running containers in docker. http://stackoverflow.com/questions/30732313/is-anyway-to-get-all-containers-name
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
docker stats $(docker ps | awk '{if(NR>1) print $NF}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment