Open netcop82 opened 4 years ago
Hello! Is it possible to get the container logs so that I can narrow down what is causing this issue?
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!
@dynomite567 You need to create a image using specifc arm7 related flags.
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.
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".