docker-debugger

Installation
SKILL.md

Docker Debugger

Instructions

When debugging Docker issues:

  1. Identify the problem type: Build, runtime, networking, or performance
  2. Gather information using diagnostic commands
  3. Analyze logs and errors
  4. Apply fixes

Diagnostic Commands

# Check running containers
docker ps -a

# View container logs
docker logs <container_id> --tail 100 -f
Related skills

More from onewave-ai/claude-skills

Installs
112
GitHub Stars
127
First Seen
Feb 26, 2026