What problem does it solve?
This Skill helps create and modify Docker infrastructure according to a project's established build, deployment, security, and operational conventions instead of relying on generic container defaults.
Core Features & Use Cases
- Container Configuration: Create and update Dockerfiles, Compose services, networking, volumes, health checks, and registry workflows.
- Production Hardening: Apply multi-stage builds, pinned base images, frozen lockfiles, non-root runtime users, minimal build contexts, and secret-safe configuration.
- Use Case: When an application needs a production container or a new Compose service, use this Skill to select the project's approved stack, implement the appropriate build pattern, and verify that the container builds and starts safely.
Quick Start
Use the docker skill to add a secure, multi-stage production Dockerfile for this project and verify its build and health check.