Skip to content

Instantly share code, notes, and snippets.

@daverigby
Last active September 2, 2016 17:33
Show Gist options
  • Save daverigby/d9733c05021507cfb8e9be0739075e62 to your computer and use it in GitHub Desktop.
Save daverigby/d9733c05021507cfb8e9be0739075e62 to your computer and use it in GitHub Desktop.
Docker top
# Overall container usage:
docker stats $(docker ps --format="{{.Names}}")
# Inside a given container:
docker exec ubuntu12-cv-02 ps aux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment