docker dashboard

Tags

Goal would be to replace having to run both docker stats and watch docker ps while also having overall system stats at the top, similar to htop.



Want to have a TUI (powered by https://github.com/ratatui/ratatui perhaps), that allows one to see the list of containers, select one, and optional run docker exec or docker logs against it.

Should also have shortcuts for stop/restart/delete.


Should be able to toggle some of the visible columns.


Inspiration