Skip to content

"htop" now watches host's processes

Compare
Choose a tag to compare
@jonathadv jonathadv released this 09 Dec 17:02
· 5 commits to master since this release
89ab896

In this release htop has been built from source in order to enables it to get the processes' information from elsewhere.

Now htop looks for information at /proc_host instead of /proc. So, when running the container, add the statement -v /proc:/proc_host to anable htop to watch the host's processes.