Docker Debugger
Troubleshoot Docker container issues with automated log analysis, error identification, and remediation suggestions from onewave-ai.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add docker-debugger npx -- -y @trustedskills/docker-debugger
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"docker-debugger": {
"command": "npx",
"args": [
"-y",
"@trustedskills/docker-debugger"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The docker-debugger skill allows you to interact with and debug Docker containers. It can inspect container logs, execute commands within a running container, and troubleshoot issues related to container configuration or runtime behavior. This skill is particularly useful when diagnosing problems in complex application deployments that rely on Docker.
When to use it
- Troubleshooting Application Errors: When an application inside a Docker container isn't working as expected, use this skill to examine logs and run diagnostic commands within the container.
- Debugging Configuration Issues: If you suspect a problem with your
Dockerfileor container configuration, this skill can help you inspect files and settings within the container’s environment. - Investigating Performance Bottlenecks: Use it to profile processes inside a container and identify resource constraints impacting performance.
- Reproducing Bugs: Quickly execute commands and examine logs in a specific container state to reproduce and analyze bugs.
Key capabilities
- Inspect container logs
- Execute commands within running containers
- Troubleshoot container configuration issues
Example prompts
- "Show me the latest 100 lines of logs from the 'web-app' container."
- "Run
ps auxinside the 'database' container." - "What is the current working directory within the 'api' container?"
Tips & gotchas
This skill requires you to have Docker installed and running. Ensure that the AI agent has appropriate permissions to access and interact with your Docker environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.