-
-
Notifications
You must be signed in to change notification settings - Fork 269
Description
I noticed that NeoHtop is currently not available as a Docker image. I would like to suggest providing an official Docker image with the following features:
-
Dockerization
Having a Docker image would greatly simplify installation and usage, especially for users running NeoHtop in containerized environments or on systems with varying dependencies. -
Multiarch Support
Since NeoHtop is cross-platform (macOS, Linux, Windows), it makes sense to provide a multiarch image (e.g., amd64, arm64) so that the image runs smoothly on different hardware architectures like x86_64 and ARM (e.g., Raspberry Pi) without additional modifications. -
Versioning
Instead of only providing alatesttag, proper version tagging is important for reproducible setups and controlled updates.
Providing such an image would encourage wider adoption of NeoHtop, ease usage in CI/CD and server environments, and reduce maintenance effort for end users.
Thanks for the great work on NeoHtop! 💪🏻