Not a direct answer, but for me, lazydocker (TUI) is the best possible solution for this sort of thing
- Don't need to have another service running in the background constantly, using up server resources
- Don't need to expose another service including authentication on the server like with a web interface, can just use it via SSH
- Works locally the exact same way as on a remote machine, unlike some desktop GUIs
- A nice, live, interactive overview of all running containers and their logs unlike with the docker CLI (I find the output of `docker ps` impossible to read, it ALWAYS wraps the output for each container across two lines in my terminal and I can't tell how the values line up)
- Don't need to have another service running in the background constantly, using up server resources
- Don't need to expose another service including authentication on the server like with a web interface, can just use it via SSH
- Works locally the exact same way as on a remote machine, unlike some desktop GUIs
- A nice, live, interactive overview of all running containers and their logs unlike with the docker CLI (I find the output of `docker ps` impossible to read, it ALWAYS wraps the output for each container across two lines in my terminal and I can't tell how the values line up)