Docker Cheat Sheet

  1. display a live stream of container(s) resource usage statistics docker stats

  2. show docker disk useage
    docker system df – show disk usage

  3. display the running processes of a container
    docker top xxx o pid,cmd

  4. get real time events from the server
    docker events