Skip to content

j0u1/docky

Repository files navigation

🐳 Docky

Docky is a lightweight search engine for production-ready Docker configurations across any stack. Stop copying broken AI-generated configs and start using battle-tested templates.

preview

🇷🇺 Русская документация

How to Add Your Dockerfile

  1. Open /app/data/files.ts
  2. Add the package manager
  3. Add relevant tags (e.g. Elysia, Prisma)
  4. Add your Dockerfile code inside a template literal and format it with bun fmt

Quick Start (Development)

Install dependencies:

bun install

Start local development server:

bun dev

Lint for errors:

bun lint

Apply lint fixes:

bun lint:fix

Format files:

bun fmt

Check formatting without changes:

bun fmt:check

Features

  • Smart Search: Find configurations by language, runtime, or framework
  • One-Click Copy: Get your Dockerfile into the clipboard instantly

Tech Stack

Built with a modern stack for maximum performance and developer experience:

TypeScript, Nuxt, Bun, TailwindCSS, Shiki, Oxc

stack