Custom tools? htop

Trying to wrap my head around this. I would like to have htop in RancherOS, how would I go about to get this in?

Do I create a container with htop in? Is there an example? Do I then install it in the system-docker?

Or do I go about it in another way?

I know this is old, but this worked for me:

docker run --rm --pid=host -it imwithye/htop

that’s the pretty much the best way - RancherOS is intended to be containers all the way down :slight_smile: