← Back to Browse
DevOps

DockerSmith

Intelligently generates optimized Dockerfiles and docker-compose configs from your project structure.

★★★★★ 4.5 156 reviews
5.9k installs
v2.0.4 MIT

Install

npx skilldock install docker-smith

About

DockerSmith analyzes your project dependencies, runtime requirements, and deployment patterns to generate multi-stage Dockerfiles with minimal image sizes. It configures docker-compose for local dev with hot reload, database services, and caching layers.

Usage Example

# Auto-detect and generate
npx docker-smith init

# With options
npx docker-smith init --multi-stage --slim --compose