ome / omero-server-docker

OMERO.server production docker image
https://hub.docker.com/r/openmicroscopy/omero-server/
BSD 2-Clause "Simplified" License
12 stars 24 forks source link

Run OMERO.server & OMERO.web on MAC M2 #91

Open Cinoow opened 3 months ago

Cinoow commented 3 months ago

Hi all,

I am encountering this issue while trying to run OMERO.server and OMERO.web in Docker on my Mac M2. -> Following your documentation, I use the command “docker compose pull” and I have the error :

no matching manifest for linux/arm64/v8 in the manifest list entries

Research indicates that the problem is linked with the Mac m2 chip. Is something planned to manage this issue?

Thank you in advance for your answers and have a nice day!

Regards.

Cinoow commented 3 months ago

I found the solution, you'll have to enter that command in the terminal : export DOCKER_DEFAULT_PLATFORM=linux/amd64

Have a nice day, you can close the issue !

jburel commented 3 months ago

Sorry for not replying earlier. This is the way we run it too I will add it to the README