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_listContainersto find it) - Symptoms: crash loop, no response, wrong output, OOM, network failure
- Whether the container is running or already exited