Managing Docker containers from a Linux terminal often means switching between multiple commands, reading hundreds of log lines, and searching online to understand why a container has failed.
DockTriage is a cross-platform terminal application that brings container monitoring, management, and AI-assisted troubleshooting into one simple interface. It will show system CPU and memory usage, list running and stopped Docker containers, and allow users to start, stop, restart, or kill containers directly from the terminal.
The main feature is an OpenAI-powered troubleshooting assistant. A user can select a container and ask questions such as, “Why is this container restarting?”, “What caused the application to crash?”, or “How can I fix this database connection error?” DockTriage will analyse the relevant logs, explain the likely cause in plain language, and suggest safe troubleshooting steps.
The goal is not to replace Docker commands, but to make container management easier for developers, students, and homelab users who may not be experienced in DevOps.
Log in or sign up for Devpost to join the conversation.