qemu-user-static icon indicating copy to clipboard operation
qemu-user-static copied to clipboard

docker: no matching manifest for linux/amd64 in the manifest list entries

Open Elcoid opened this issue 2 months ago • 2 comments

Hello,

When I try the Getting started section in the README, I get the following:

$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Setting /usr/bin/qemu-alpha-static as binfmt interpreter for alpha
[...]
Setting /usr/bin/qemu-hexagon-static as binfmt interpreter for hexagon
$ docker run --rm -t s390x/alpine uname -m
Unable to find image 's390x/alpine:latest' locally
latest: Pulling from s390x/alpine
docker: no matching manifest for linux/amd64 in the manifest list entries

Run 'docker run --help' for more information

I searched for this error online, but the different solutions I found didn't seem to apply to my case. Software versions:

$ docker --version
Docker version 28.5.1, build e180ab8ab8
$ dockerd --version
Docker version 28.5.1, build f8215cc266

(I'm a noob for docker; apologies if this is a standard problem that can be fixed easily)

Elcoid avatar Oct 22 '25 23:10 Elcoid