What problem does it solve?
This Skill automates the creation of comprehensive Docker configurations, including Dockerfiles, Docker Compose files for development and production, and .dockerignore files, ensuring your projects are containerized efficiently and securely.
Core Features & Use Cases
- Automated Dockerfile Generation: Creates multi-stage Dockerfiles optimized for both development and production environments.
- Docker Compose Setup: Generates
compose.yml, compose.override.yml (for dev), and compose.production.yml (hardened).
- Security Audits: Includes production security hardening and audits against best practices.
- Use Case: When starting a new project or needing to containerize an existing one, this Skill can quickly set up a robust Docker environment, saving significant manual configuration time and reducing potential security misconfigurations.
Quick Start
Use the aif-dockerize skill to generate Docker configurations for the current project.