Docker

Build container images that are reproducible, small, and safe to run — layer order and what actually caches, multi-stage builds, and what belongs in an image versus what must never be baked into one. Use when writing or reviewing a Dockerfile, when an image build is slow, bloated, or non-deterministic, or when deciding how configuration and secrets reach a container. Not for orchestration, cluster or compose topology, not for CI workflow authoring (github-actions), and not for pipeline stage design (ci-cd).

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/devops/docker commit 6822b3b045

Frequently asked questions

npx skillmds@latest add nahid-sparktales/docker