Container Debugging

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

majiayu000 Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/development/container-debugging commit 60b27ec59b

Frequently asked questions

npx skillmds@latest add majiayu000/container-debugging-2