docker-expert

Installation
SKILL.md

Docker Expert

When to Use

  • Dockerfile creation for NestJS/Next.js
  • docker-compose configuration
  • Container networking and volumes
  • Multi-stage builds optimization
  • Health checks and restart policies
  • MongoDB/Redis container setup

Dockerfile Best Practices

NestJS Multi-Stage Build

FROM node:20-alpine AS base
WORKDIR /app
Installs
167
GitHub Stars
32
First Seen
Jan 20, 2026
docker-expert — shipshitdev/skills