mediathekview / mediathekviewweb

Eine Weboberfläche als Alternative zum Java-Client
https://mediathekviewweb.de/
GNU General Public License v3.0
883 stars 67 forks source link

MediathekviewWeb Docker Container #251

Open MrFly72 opened 1 year ago

MrFly72 commented 1 year ago

Hi.

Just tried the docker container on a raspi, but the container reboot permanently. The docker log states: exec /usr/local/bin/docker-entrypoint.sh: exec format error for the container mediathekviewweb + elasticsearch. Any idea whats going wrong? Is it supposed to work, as there is no information on the docker hub at all?

bagbag commented 1 year ago

Just because there is no further information does not mean that it is supposed to work. It would be supposed to work if there was written that it is supposed to work.

The problem is that the mediathekviewweb image is built for x86, not arm - which is raspi has. For elasticsearch there is official support for other architectures: https://github.com/docker-library/official-images#architectures-other-than-amd64. For mediathekviewweb you have to build it yourself on the raspi - I don't see a reason why it shouldn't work.

MrFly72 commented 1 year ago

Ah ok. I thought docker will check if there is an appropriate version on docker hub and only continues if there is. Sorry for the confusion.