dynomite567 / docker-deluge-openvpn

A docker container that has Deluge with a VPN
GNU General Public License v3.0
1 stars 0 forks source link

Image not compatible with armv7 #3

Open netcop82 opened 4 years ago

netcop82 commented 4 years ago

Although the image is listed as ARM compatible, I can't run it on my raspberry pi 4. It throws the following error: "standard_init_linux.go:211: exec user process caused "exec format error".

dynomite567 commented 4 years ago

Hello! Is it possible to get the container logs so that I can narrow down what is causing this issue?

netcop82 commented 4 years ago

Hi man! Unfortunately this is the only thing that shows up in my container's log (see image below). If there is a way to fetch more detailed logs, I'd appreciate to know how to. Thanks!

image

samip5 commented 4 years ago

@dynomite567 You need to create a image using specifc arm7 related flags.

olirav commented 3 years ago

If anyone else comes across this and tries to get it to work on a alternate architecture - like a arm7 device like the new Raspberry Pi - I will save you some time, as it took me a little while to work this out (Only started with Docker yesterday).

Option 1 - learn how to build a Docker image This is the path I took - it took me a little while as this was one of the first Docker builds I have tried. However actually not that complicated - once you find the right guide - I can recommend https://brianchristner.io/what-is-Docker-buildkit/

Option 2 - Use the Multi-platform build I have uploaded to Docker hub Follow the install guide for this repo just replace docker run dynomite567/Docker-deluge-openvpn with docker run olirav/Docker-deluge-openvpn

By build currently supports 64x armv7 arm64 When I get a minute I will add more - as I have worked out how to do it now

@dynomite567 If you get arm7 builds working for your Docker hub image I will happily take mine down - I am not trying to claim any of your work.