revenz / Fenrus

A personal home page for quick access to all your personal apps/sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with ARM64 Support While Installing Fenrus on a Raspberry Pi

pitus1 opened this issue · comments

commented

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

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)