-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) #107
Comments
Docker should pick automatically select the image from the base image I use that matches your OS and architecture. I'm on a M1 Mac now and if I do You can specify using |
@urre Thanks for the hint. I got it to use
After doing this, running |
To add to my last message --> I'm pretty sure that when I specify Possibly the next commit after that one, Use php 8.1.3 and imagic 3.7.9 , added something that isn't compatible with |
When running
docker-compose up
, I get this warning in my terminal: "wordpress The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested" -- screenshot:I see you mentioned something similar in this other issue:
But in my case, it seems like instead of the Docker images not being tuned for ARM, they aren't tuned for AMD. I know nothing about this stuff, but Docker Desktop also highlights this issue and says "ARM64: Image may have poor performance, or fail, if run via emulation" -- and my local WordPress backend is quite slow, so seems like this could be the cause. Is this possible to fix within the existing Docker image, or will it require using a different image?
The text was updated successfully, but these errors were encountered: