Skip to content

← All questions

docker run fails on an M-series Mac: no matching manifest for linux/arm64/v8

Asked 3,540 views3 answers

Wanted the server and web UI without installing anything, so I went for the image:

bash
docker run --rm -p 8080:8080 -v sdods-data:/data ghcr.io/siri1410/sdods-server
text
no matching manifest for linux/arm64/v8 in the manifest list entries

I thought Docker Desktop emulated whatever was missing on Apple silicon. It seems not, or I have misunderstood something.

asked by Ingrid Solberg241 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related