Notes

Basic Docker Monitoring

July 4, 2020

  • docker container ls - List all containers and some configuration/status metadata
  • docker ps - same as docker container ls
  • docker stats - top but for docker containers
  • docker top <container> - Snapshot of resources in a single docker container
  • docker inspect <container> - Configuration of a single docker container
  • docker system df - Disk usage of docker entities