revenz / Fenrus

A personal home page for quick access to all your personal apps/sites.
MIT License
505 stars 29 forks source link

Problems with ARM64 Support While Installing Fenrus on a Raspberry Pi #190

Open pitus1 opened 1 year ago

pitus1 commented 1 year ago

Hello,

I recently tried to install Fenrus on my Raspberry Pi running on ARM64. According to the Docker Hub, the image 'revenz/fenrus:latest' should support ARM64. However, I experienced issues getting the image to work on my system.

Initially, I attempted to pull the Docker image using the command docker pull revenz/fenrus:latest but I received a message saying there is no matching manifest for linux/arm/v8 in the manifest list entries. After managing to successfully download the image anyway, I couldn't get the container to start. The output of docker logs Fenrus showed no error messages and docker ps showed the container status as perpetually restarting.

Then, I tried to pull and start the Fenrus image from another repository (brightopia/fenrus), which worked. However, I would find it helpful to know how I can get the original 'revenz/fenrus:latest' image to work on my Raspberry Pi, as it should support ARM64 according to the description.

Could you please provide advice or instructions on how to successfully install and run the 'revenz/fenrus:latest' Docker image on a Raspberry Pi with ARM64?

Thank you in advance for your help!

Best regards, pitus1

maaroen commented 10 months ago

I'm running the official image on a rasbperry pi 4B, and it works without issues, so I've got a few questions:

Which raspberry pi are you using? What are you using to run the container? What is the output of this command? (if using Docker): docker system info | grep -i Arch Which operating system did you install? (and x64 or x86)