-
Notifications
You must be signed in to change notification settings - Fork 2
Description
It might be a bit early for this, but I suggest that the new NavDroid / Navpi lite (whats the official name?) be able to run in a Docker container.
I think that this will open up a larger user base for this wallet. Having many types of SBCs on the market boasting 2GB and more of RAM, this could run on many of them, not just the Odroid XU4.
Having it in Docker would also solve the problem where we don't want to dedicate our SBC just to Navcoin, and be able to run other things too (having enough resources of course).
I could give it a try if you would like.
My plans are to support 32bit (ARMhf ARM v7) and 64bit (AARCH64) SBCs.
In the future, we could also support easier upgrades by loading this image to DockerHub, and users could even easily set up auto updating by using a tool such as Watchtower.
What do you think?