Created
June 9, 2017 02:36
-
-
Save jamesBan/ae88e192f7a9dc251f4aaddd02ea2eac to your computer and use it in GitHub Desktop.
docker-stat.sh
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
| #!/bin/bash | |
| 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