This Docker Image (linuxcontainers/htop) is based on the minimal Alpine Linux.
This docker image is the base Alpine Linux. For more info on versions & support see Releases
The source repository is maintained on GitHub. The images are built on Github and pushed to Docker Hub, as well as the Github Container Registry using Github Actions.
The pre-built image is hosted on both Docker Hub and the Github Container Registry. You can use it in the following ways.
docker run --rm -it --pid=host linuxcontainers/htop
Pull the latest image from Docker Hub with the following (replace latest with specific version number if you prefer):
docker pull linuxcontainers/htop:latest
Pull from the Github Container Registry with:
docker pull ghcr.io/linuxcontainers/htop:latest