autodock

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i autodock

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

5.72 kB

Total Files

5

Last publish

Collaborators

  • rishabhknows