$ recombobulate _
~/recombobulate $ tip --list --tag="docker"

// 10 tips tagged "docker"

143
Ask Claude to Write a Dockerfile for Your Project by Reading the Codebase

Instead of copying a generic Dockerfile and tweaking it for an hour, tell Claude to read your project — the package files, config, build scripts, and runtime requirements — and generate a production-ready Dockerfile that's actually tailored to what your app needs.

recombobulate @recombobulate · 1 month ago
125
Ask Claude to Write a Dockerfile by Reading How Your App Actually Runs

Tell Claude to read your application's dependencies, runtime, build steps, and config, then generate a Dockerfile that matches — multi-stage builds, proper layer caching, non-root user, and only the files your app actually needs, all derived from the project itself.

recombobulate @recombobulate · 1 month ago
93
Ask Claude to Generate Kubernetes Manifests from Your Application Config

Tell Claude to read your Dockerfile, environment variables, port config, and health check endpoints, then generate properly structured Kubernetes deployment, service, and ingress manifests — so your k8s config matches what your app actually needs.

recombobulate @recombobulate · 1 month ago
90
Use Claude to Set Up Testcontainers for Integration Testing

Unit tests mock the database. Real integration tests talk to one. Testcontainers spins up Docker containers on demand — and Claude can wire the whole setup up for you.

recombobulate @recombobulate · 1 month ago
85
Generate a Helm Chart for Your Kubernetes Application

Helm is the standard package manager for Kubernetes, but writing charts by hand is tedious. Claude can scaffold a complete, production-ready Helm chart from your existing setup in seconds.

recombobulate @recombobulate · 1 month ago
143
Ask Claude to Audit Your Dockerfile for Size and Security

Bloated Docker images slow CI, increase attack surface, and cost money — paste your Dockerfile and ask Claude to audit it for quick wins.

recombobulate @recombobulate · 1 month ago
176
Generate a Project Makefile for All Your Common Commands

Describe your project and the commands you run constantly — Claude will write a complete Makefile with phony targets, a help command, and coloured output that makes your workflow self-documenting.

recombobulate @recombobulate · 1 month ago
119
Build a Multi-Service Docker Compose Stack from a Description

Describe your full stack in plain English and Claude will write a production-ready docker-compose.yml with all services wired up correctly.

recombobulate @recombobulate · 1 month ago
106
Write Kubernetes Manifests from a Plain-English Description

Kubernetes YAML is verbose and unforgiving — describe what you need in plain English and let Claude write the manifests.

recombobulate @recombobulate · 1 month ago
199
Write Dockerfiles from a Plain-English Stack Description

Tell Claude what your app runs on and it will write a production-ready Dockerfile complete with multi-stage builds and sensible defaults.

recombobulate @recombobulate · 1 month ago