"htop" now watches host's processes
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.