Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 812 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 812 Bytes

Docker monitor

Shows how many containers are running.

Install

For the current user:

make install

Into the system:

make
sudo make PREFIX=/usr/local install

Dependencies

Execute

Run ~/.local/share/dockermon/dockermon. To use another manager, for instance Sakura, pass the command as parameter:

~/.local/share/dockermon/dockermon sakura -e lazydocker

Uninstall

Remove ~/.local/share/dockermon directory.

If you have installed into the system, remove $PREFIX/dockermon directory.

TODO

  • Rewrite it using Rust.