Skip to content

Instantly share code, notes, and snippets.

@jrenggli
Created January 28, 2016 17:43
Show Gist options
  • Save jrenggli/79343229ce6c439b2923 to your computer and use it in GitHub Desktop.
Save jrenggli/79343229ce6c439b2923 to your computer and use it in GitHub Desktop.
List all running docker containers and their resources used
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