A simple UI to show running docker containers with metrics/history for cpu/mem.
Using Docker binding docker and Dear ImGui binding giu to create a simple UI
- showing all running containers
- sort by creation time or name
- showing health status of containers, if available
- buttons to
- show basic info like container id or image
- cpu bar-graph to show current cpu metric
- hover over cpu bar-graph to show history of cpu usage
- memory bar-graph to show current memory metric
- hover over memory bar-graph to show history of memory usage