skills/modra40/claude-codex-skills-directory/docker-principal-engineer

docker-principal-engineer

Installation
SKILL.md

Docker Mastery (Senior → Principal)

Operate

  • Start from workload shape, runtime constraints, security requirements, and deployment target.
  • Treat Docker as software supply chain and runtime isolation, not just packaging.
  • Prefer reproducible, minimal, reviewable images over clever build tricks.
  • Optimize for operability: startup, health, logs, signals, and debug path.

Default Standards

  • Use multi-stage builds.
  • Pin base images intentionally.
  • Run as non-root where possible.
  • Minimize image contents and attack surface.
  • Make entrypoints explicit and signal-safe.

References

Weekly Installs
2
GitHub Stars
5
First Seen
5 days ago