Covers Docker containerization for Bun applications with the official oven/bun images and their variants (slim, alpine, distroless). You get production-ready multi-stage builds, hot reload configs for development, and examples for compiled binaries that skip the Bun runtime entirely. The security section is practical: it emphasizes that Bun blocks post-install scripts by default and points you to the dependency-upgrade skill for supply chain hardening with Socket CLI. Includes docker-compose setups, health checks, and a solid .dockerignore. Use this when you're deploying Bun apps and want to avoid reinventing Dockerfile patterns. The image size comparison table is helpful for picking the right base image for your constraints.
npx skills add https://github.com/secondsky/claude-skills --skill bun-docker