owntracks / docker-recorder

Docker image for OwnTracks Recorder
151 stars 68 forks source link

exec user process caused "exec format error" #36

Closed MrMiracles closed 4 years ago

MrMiracles commented 4 years ago

When trying to start the docker image I get this error: standard_init_linux.go:211: exec user process caused "exec format error".

I search around on the internet, most people say it's a problem with the architecture. I tried to run this on mu Raspberry Pi 3+. that should work as far as I know?

jpmens commented 4 years ago

I should think it won't work as we build the containers for the x86_64 architecture.

We have Recorder packages for Raspbian in armhf architecture, so you could try those.

MrMiracles commented 4 years ago

Allright, i couldn't find that information. But I will have to create a container myself then. thanks!