The UI shows docker-level status (starting, running) but doesn't give any overview of whether the driver is doing useful work, e.g. has essential configuration, has been authenticated with oauth, etc.
There is a /status entry point on containers, but currently (a) all drivers/apps return 'active' all the time (b) the meaning(s) of return values are not well-defined and (c) the UI doesn't display this information anyway.
The UI shows docker-level status (starting, running) but doesn't give any overview of whether the driver is doing useful work, e.g. has essential configuration, has been authenticated with oauth, etc.
There is a
/status
entry point on containers, but currently (a) all drivers/apps return 'active' all the time (b) the meaning(s) of return values are not well-defined and (c) the UI doesn't display this information anyway.