What problem does it solve?
This Skill automates the creation of comprehensive Docker configurations for your project, including Dockerfiles, Docker Compose setups for development and production, and essential security hardening.
Core Features & Use Cases
- Full Docker Setup: Generates multi-stage Dockerfiles,
compose.yml, compose.override.yml (dev), compose.production.yml (hardened), and .dockerignore.
- Automated Analysis: Deeply analyzes your project's language, framework, dependencies, and infrastructure needs to create tailored configurations.
- Production Security: Includes a thorough security audit against best practices and applies hardening measures to production configurations.
- Use Case: When you need to containerize a new web application, this Skill can generate all the necessary Docker files, ensuring it's ready for both local development and secure production deployment.
Quick Start
Use the aif-dockerize skill to generate a complete Docker setup for the current project.