Skip to content

Instantly share code, notes, and snippets.

@jakubriedl
Created August 31, 2015 09:14
Show Gist options
  • Save jakubriedl/9806ef3739bd457eca36 to your computer and use it in GitHub Desktop.
Save jakubriedl/9806ef3739bd457eca36 to your computer and use it in GitHub Desktop.
show stats of all running containers
docker ps | awk '{print $1}' | sed -n -e '/[^CONTAINER]/p' | xargs docker stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment