Docker Cheat Sheet
display a live stream of container(s) resource usage statistics docker stats
show docker disk useage
docker system df – show disk usagedisplay the running processes of a container
docker top xxx o pid,cmdget real time events from the server
docker events