mikeckennedy / dockerclustermon

A TUI tool for a live view of your docker containers running on a remote server.
https://pypi.org/project/dockerclustermon/
MIT License
10 stars 1 forks source link

Handle KB in memory #3

Closed sanders41 closed 10 hours ago

sanders41 commented 12 hours ago

Possibly closes #1

In the docker docs it looks like memory could be reported in KiB and that isn't handled in reduce_lines. Maybe that is the cause for the error in #1?

mikeckennedy commented 10 hours ago

Thank you Sanders. It will probably fix #1 some of the time, but I'm pretty sure there other mismatchs causing that issue. Nonetheless, I appreciate the contribution!