Skip to content

Instantly share code, notes, and snippets.

@hoto
Created June 22, 2017 12:17
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 hoto/77e48cc147fbde6052d7d946caf099e8 to your computer and use it in GitHub Desktop.
Save hoto/77e48cc147fbde6052d7d946caf099e8 to your computer and use it in GitHub Desktop.
docker stats (cpu, memory) with container names
docker stats $(docker ps --format '{{.Names}}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment