container-debugging

Installation
SKILL.md

Container Debugging

Trigger

Use this skill when:

  • A container is crashing, restarting, or stuck in a crash loop
  • Application logs need analysis to find errors
  • You need to inspect container state, environment, or mounts
  • Network connectivity between containers is broken
  • A container is being OOMKilled or running out of resources
  • Files need to be copied into or out of a running container

Required Inputs

  • Container name or ID (use docker_listContainers to find it)
  • Symptoms: crash loop, no response, wrong output, OOM, network failure
  • Whether the container is running or already exited

Workflow

Installs
2
First Seen
Sep 11, 2026
container-debugging — tmhsdigital/docker-developer-tools