Docker Patterns

Docker and Compose standards for multi-stage builds, pinned base images, non-root runtime users, named volumes, network isolation, build-time and runtime secrets, and the Trivy, SBOM and cosign supply-chain gate. Use when you say "write a Dockerfile for this service", "set up compose for local dev", "my container cannot reach the database", "shrink this image", or "scan and sign this image before we push". Not for Kubernetes manifests and rollout strategy, use `deployment-patterns`.

Lukk17 816a7cf 3 files · 17.8 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/docker-patterns commit 816a7cf621

Frequently asked questions

npx skillmds@latest add lukk17/docker-patterns