Welcome!
Component
Hub & Agent
Description
Currently the agent queries the Docker API at /containers/json without the all=1 flag, which means only running containers are ever collected, stored, or displayed.
It would be useful to also collect stopped, exited, restarting, and paused containers so users can:
- See at a glance how many containers are down or crashed
- Get a full inventory of all containers on a system, not just healthy/running ones
- Potentially trigger alerts when a container unexpectedly stops
Motivation / Use Case
Users running many containers need to know when something has crashed without having to open a terminal. A "stopped" badge or count would surface this immediately.
Welcome!
Component
Hub & Agent
Description
Currently the agent queries the Docker API at
/containers/jsonwithout theall=1flag, which means only running containers are ever collected, stored, or displayed.It would be useful to also collect stopped, exited, restarting, and paused containers so users can:
Motivation / Use Case
Users running many containers need to know when something has crashed without having to open a terminal. A "stopped" badge or count would surface this immediately.