MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
168 stars 92 forks source link

standard_init_linux.go:211: exec user process caused "exec format error" #71

Closed eplusg-zz closed 3 years ago

eplusg-zz commented 3 years ago

Hi,

I have tried to deploy this container several times now and I am getting an error message over and over on boot, can't figure out what I am doing wrong. This is the only message in the portainer log when the container boots up.

standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"

Any tips on what it could be?

jjbrunton commented 3 years ago

Are you trying to run this on ARM?

eplusg-zz commented 3 years ago

Are you trying to run this on ARM?

Yeah exactly, that is the problem now when I have read some more about this. I am trying to run the container on Raspberry Pi 4.

I wasn't aware that containers only work on specific platforms, thought all containers worked everywhere.

Thanks!