upshift-docker / nut-upsd

43 stars 42 forks source link

Support for RPi or other ARM based Devices #3

Open Cjkeenan opened 3 years ago

Cjkeenan commented 3 years ago

Hi, I am trying out docker for the first time attempting to replace my Home Automation servers currently being hosted by DietPi. I was wondering, is it possible to support RPi devices since when I try to use your container image, it throws me this error:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

Alternatively, do you know where I could go to run a NUT server instance in docker on a RPi?

williamdes commented 3 years ago

This image seems to be an alternative:

I was thinking to use this image but could I also have a RaspberryPi

williamdes commented 3 years ago

@Cjkeenan here is my fork https://github.com/sudo-bot/nut-upsd

It supports a lot of architectures

If a maintainer wants to copy my changes, no problem

PaoloOranges commented 8 months ago

https://github.com/upshift-docker/nut-upsd/pull/7 I opened this PR to support arm v7