DevOps & CloudDocumentedScanned

docker-diag

Advanced log analysis for Docker containers using signal extraction.

Share:

Installation

npx clawhub@latest install docker-diag

View the full skill documentation and source below.

Documentation

Docker Pro Diagnostic

When a user asks "Why is my container failing?" or "Analyze the logs for [container]", follow these steps:

  • Run Extraction: Call python3 {{skillDir}}/log_processor.py .

  • Analyze: Feed the output (which contains errors and context) into your reasoning engine.

  • Report: Summarize the root cause. If it looks like a code error, suggest a fix. If it looks like a resource error (OOM), suggest increasing Docker memory limits.
  • Example Command

    python3 log_processor.py api_gateway_prod