docker-optimization
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. Image Size Reduction
More from pluginagentmarketplace/custom-plugin-docker
docker-compose-setup
Set up multi-container applications with Docker Compose including services, networks, and volumes
142docker-swarm
Docker Swarm orchestration, cluster management, and production deployments
44docker-ci-cd
Docker integration with CI/CD pipelines for automated builds, testing, and deployments
36docker-networking
Configure Docker networking for containers including bridge, overlay, and service discovery
24docker-security
Secure Docker containers and images with hardening, scanning, and secrets management
21docker-production
Deploy Docker containers to production with monitoring, logging, and health checks
21