aksakalli / gtop

System monitoring dashboard for terminal
MIT License
9.7k stars 326 forks source link

Executable to run gtop in docker container. #101

Closed snpranav closed 4 years ago

snpranav commented 4 years ago

I wrote a shell script called gtop-docker.sh that creates an executable in the /usr/local/bin folder, so that users can run the gtop command in the terminal as a CLI tool, without the need of nodejs as the executable creates and destroys gtop docker containers.

This will be very helpful for users that do not have nodejs installed on their host machine or for those that do not want to install any external node packages.