-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
pull mysql for docker in macbook m1 #778
Comments
The Apple M1 is an ARM chip and mysql doesn't support that architecture #318 |
Docker Desktop on OSX will emulate https://docs.docker.com/docker-for-mac/apple-silicon/:
|
@yosifkit |
@KhizerRehan Thank you, this help me. I have added this in my Dockerfile: |
I dont get it, you could
isnit? |
If you want a native build, you should pull |
when i run terminmal
docker pull mysql
terminal show
Using default tag: latest
latest: Pulling from library/mysql
no matching manifest for linux/arm64/v8 in the manifest list entries
how to fix this
The text was updated successfully, but these errors were encountered: