Report this

What is the reason for this report?

HTop on CoreOS without toolbox?

Posted on September 14, 2014
BLU

By BLU

Is it possible to install Htop on CoreOS?

Which Linux distribution is CoreOS or has CoreOS a own distribution?

Regards, Carsten



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

As @asb already said, CoreOS has no package manager and it is indeed it’s own distribution. The easiest way to use htop on your coreos server is using a container running htop:

docker run crosbymichael/htop

CoreOS isn’t designed to be used that same way most other distro are. There is no package manager like apt or yum It’s designed for applications to be run inside of Docker containers.

Though that does lead to issues when you’re looking to debug the host system. For that, take a look at the /usr/bin/toolbox command. It provides a container (Fedora by default) with access to the host for debugging purposes.

Check out this series of tutorials on CoreOS. They should help point you in the right direction.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.