What problem does it solve?
Helps engineers design, build, secure, and troubleshoot OCI images and container runtimes so deployments are reproducible, minimal, and debuggable across Docker, Podman, and Kubernetes nodes.
Core Features & Use Cases
- Image design & optimization: multi-stage builds, layer ordering, cache strategies, and minimal runtime images.
- Runtime and tooling guidance: Docker Engine, BuildKit, Podman (rootless, pods, Quadlet), containerd, nerfctl/ctr, and crictl usage for node-level inspection.
- Debugging & security: structured troubleshooting steps for crashes, networking, storage, and guidance on non-root execution, seccomp, capabilities, and CI image scanning.
- Use Case: Review a Dockerfile for a Node app, propose a multi-stage refactor, recommend base image and cache ordering, and list commands to inspect a failing pod on a Kubernetes node.
Quick Start
Ask the podmaster skill to review my Dockerfile and suggest a minimal multi-stage refactor, required non-root user configuration, and commands to reproduce and inspect build and runtime failures.