Analyze a project and generate a complete, production-grade Docker setup: multi-stage Dockerfile, Docker Compose for development and production, .dockerignore, and a security audit of the result.
| Nothing | generate | Create everything from scratch with interactive setup | | Only local Docker (no production files) | enhance | Audit & improve local, then create production config | | Full Docker setup (local + prod) | audit | Audit everything against checklist, fix gaps |
Store project context for later steps. If absent, Step 2 detects everything.
Analysieren Sie das Projekt und generieren Sie die Docker-Konfiguration: Dockerfile (mehrstufige Entwicklung/Produktion), compose.yml, compose.override.yml (Entwicklung), compose.produktion.yml (gehärtet) und .dockerignore. Beinhaltet ein Produktionssicherheitsaudit. Wird verwendet, wenn der Benutzer „Dockerize“, „Add Docker“, „Docker Compose“, „Containerize“ oder „Setup Docker“ sagt. Quelle: lee-to/ai-factory.