Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 861 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 861 Bytes

Canggu

Docker containers stats visualizator, build using React + Electron. The UI is heavily inspired in Kitematic

I build this to have an easy way to see memory and cpu usage for containers, to detect and fix memory leaks in Golang programs.

gif

Development

npm install
npm run compile
npm start

Package

npm run package

To-do

  • Add Icon
  • Fix render issue with container list menu http://recordit.co/6a1h1nFAsl
  • Show first in the list running containers
  • Move prepareData logic to reducer
  • Add loading screen
  • Add refresh containers list button
  • Add message to inform the user that needs to select a container
  • Add tests
  • Support Windows
  • Support Linux

License

Check LICENSE