albertyw/albertyw.com

View on GitHub
app/notes/20200704-2323.md

Summary

Maintainability
Test Coverage
Basic Docker Monitoring

basic-docker-monitoring

1593905020

- `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