What are your logs showing? docker logs -f bitmagnet
LienNoir@lemmy.world 1 year ago
Hi, am i missing something, the bitmagnet image keep restarting when i check with “docker ps”, the other 2 containers are working as intended. And port 3333 doesn’t show anything.
emhl@feddit.de 1 year ago
LienNoir@lemmy.world 1 year ago
log: exec /bitmagnet: exec format error
I am on ARM (pi4) maybe it’s the issue
drugo@sh.itjust.works 1 year ago
Yeah, that’s the error you get when trying to run an x86 program on ARM or vice versa
emhl@feddit.de 1 year ago
the parent image should support that arm version, so you could just build the docker image locally on your pi and use that
LienNoir@lemmy.world 1 year ago
thanks, for pointing that out, it works great now.
mgdigital@lemmy.world 1 year ago
There’s a PR currently open for multi-platform builds so should have this sorted soon