anatosun / plexamp-docker

An unofficial Docker image for Plexamp
https://www.plex.tv/plexamp/
33 stars 5 forks source link

exec /bin/sh: exec format error when deploying #2

Closed ddakotac closed 1 year ago

ddakotac commented 1 year ago

Hi,

Thanks for creating this docker image!

When I deploy it, the only things the logs show are "exec /bin/sh: exec format error".

The only thing I can think is that I am not understanding what the volume bindings should be? I currently have them pointed towards empty folders I created.

Any help appreciated, and apologies for my ignorance!

version: '3' services: plexamp: container_name: example privileged: true network_mode: "host" image: ghcr.io/anatosun/plexamp:arm64v8 devices:

anatosun commented 1 year ago

What's the hardware you're using?

ddakotac commented 1 year ago

Is this what you're looking for? It's basically a desktop PC running linux mint.

Linux 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:16:32 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

description: Motherboard product: PRIME A320I-K vendor: ASUSTeK COMPUTER INC. -memory description: System Memory physical id: 24 slot: System board or motherboard size: 32GiB *-cpu description: CPU product: AMD Athlon 3000G with Radeon Vega Graphics vendor: Advanced Micro Devices [AMD] physical id: 29 bus info: cpu@0 version: 23.24.1

anatosun commented 1 year ago

Then use the tag amd64 which is more suitable for your CPU architecture.

ddakotac commented 1 year ago

Doh! That makes perfect sense. Thanks for taking the time.