setup-docker-ctop
Install docker-ctop in Ubuntu 22.04 LTS
ctop provides a concise and condensed overview of real-time metrics for multiple containers as well as a single container view for inspecting a specific container. ctop comes with built-in support for Docker connectors for other container and cluster systems are planned for future releases.
To install the docker-ctop in ubuntu 22.04 LTS, Run the following:
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop