Notes
Basic Docker Monitoring
docker container ls
- List all containers and some configuration/status metadatadocker ps
- same asdocker container ls
docker stats
-top
but for docker containersdocker top <container>
- Snapshot of resources in a single docker containerdocker inspect <container>
- Configuration of a single docker containerdocker system df
- Disk usage of docker entities