1.0.6 • Published 4 months ago

autodock v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

AutoDock

AutoDock is a command-line tool for generating Docker and Docker Compose files based on specified base images using Google Generative AI

Installation

npm install autodock

Setup

To use AutoDock, you need to set up your environment by creating a .env file with your Gemini Pro API key:

API_KEY="YOUR_GEMINI_PRO_KEY"

Usage

npx autodock -f "Dockerfile" -b "node"

Personalize your Docker Compose file by specifying multiple base images:

npx autodock -f "docker-compose.yml" -b "ubuntu","node","redis"

Docker build

docker build -t test-app .
docker run -p 3000:3000 test-app

Uninstall

npm unistall autodock
1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.0

4 months ago