A python script that uses active API to automatically containerize project files without human involvement. Use "distroless" / Alpine images to reduce the attack surface, multi-stage builds to keep the final image small, and an LLM API (like Gemini or OpenAI) to read the code and write the Dockerfile dynamically based on the actual logic it sees.
forked from Qrytics/autoDocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Latest commit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A python script that uses active API to automatically containerize project files without human involvement. Use "distroless" / Alpine images to reduce the attack surface, multi-stage builds to keep the final image small, and an LLM API (like Gemini or OpenAI) to read the code and write the Dockerfile dynamically based on the actual logic it sees.
Resources
Stars
1 star
Watchers
0 watching