Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created January 4, 2016 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrpatrick/b119a86c0e04a352f8ee to your computer and use it in GitHub Desktop.
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
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