01Examine Docker Compose configurations: Analyze `docker-compose.yml` for services, ports, health checks, dependencies, and improvement suggestions.
02Monitor Docker containers: List running or all containers with status, resource usage, and network I/O.
03Analyze Dockerfiles: Evaluate Dockerfiles against best practices for security, size, multi-stage builds, and efficiency.
04Inspect Docker images: View image details including size, tags, creation date, and layer count.
05Retrieve container logs: Access container logs with tailing, keyword filtering, time range, and timestamp support.
060 GitHub stars