Docker Optimization Skill Comprehensive optimization techniques for Docker images and containers covering size reduction, build caching, and runtime performance. Purpose Reduce image size, improve build times, and optimize container performance using 2024-2025 industry best practices. Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | target | enum | No | all | size/build/runtime/all | | base image | string | No | - | Current base image | | current size | string | No | - | Current image size | Optimization Strategies 1.…