🧪 Skills
Docker Diag
--- name: Docker Pro Diagnostic description: Advanced log analysis for Docker containers using signal extraction. bins: ["python3", "docker"] --- # Docker Pro Diagnostic When a user asks "Wh
v1.0.0
Description
name: Docker Pro Diagnostic description: Advanced log analysis for Docker containers using signal extraction. bins: ["python3", "docker"]
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 <container_name>. - 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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!