# Container Debugging

> Use for Docker/Kubernetes issues. Inspect runtime state and logs before changing images/manifests.

- Skill: `majiayu000/container-debugging-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/container-debugging-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/container-debugging-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/container-debugging-2

---


## Workflow

1. Identify the failing component (image, container, pod, service).
2. Check logs and exit codes.
3. Verify env vars, mounts, network, and permissions.
4. Reproduce locally if possible.
5. Apply minimal fix and re-deploy.

