Created
January 28, 2016 17:43
-
-
Save jrenggli/79343229ce6c439b2923 to your computer and use it in GitHub Desktop.
List all running docker containers and their resources used
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 inspect --format='{{.Name}}' $(sudo docker ps -aq --no-trunc) | sed -e 's/\///g'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment