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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.