Docker installation fail on arm64 Terramaster NAS

Post Reply
egodram
Posts: 1
Joined: Wed Sep 02, 2020 12:09 pm

Docker installation fail on arm64 Terramaster NAS

Post by egodram »

Hi,
i tried to run docker image in my Terrsamaster qith arm64 processor but when i receive this error after run command:

Unable to find image 'bizmodeller/mymediaforalexa:latest' locally
latest: Pulling from bizmodeller/mymediaforalexa
docker: no matching manifest for linux/arm64 in the manifest list entries.

Can you help me?

Many Thanks

Ivano
oksiquatzel
Posts: 1
Joined: Wed Apr 21, 2021 7:18 pm

Re: Docker installation fail on arm64 Terramaster NAS

Post by oksiquatzel »

Hi,

i also tried docker image on my pi4 arm64.
I could see that the image for arm64 is
bizmodeller/mymediaforalexa-amd64:1.3.141.0
(There is no latest tag for this image)

maybe you could try this one.
On my pi this either doesn't work.
i think, because the binary is not compatible for arm64. only for amd64
The Command Run was:

Code: Select all

docker run -d -p 52050:52050 -p 52051:52051 -v /MyMusikDir:/medialibrary -v ~/.MyMediaForAlexa:/datadir bizmodeller/mymediaforalexa-amd64:1.3.141.0
the errors from docker regarding this are:

Code: Select all

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:219: exec user process caused: exec format error
Last edited by oksiquatzel on Wed Apr 21, 2021 7:26 pm, edited 1 time in total.
Post Reply