docker
docker copied to clipboard
pull image failed on Apple M1 Pro
execute command on Apple M1 Pro: docker pull odoo
output error message: Using default tag: latest latest: Pulling from library/odoo no matching manifest for linux/arm64/v8 in the manifest list entries
There is an open issue related to M1/arm64: https://github.com/odoo/docker/issues/349
when pulling this image add the param --platform=linux/amd64
@The-macharia linux/amd64 is not linux/arm64 and the linux/arm64 image is not available yet.
Yes, that's true. But I can successfully run the Odoo image on docker with mac M1, by explicitly specifying the platform.