Skip to content
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

Docker issue Apple M1 #66

Open
SebastianWesolowski opened this issue Jul 10, 2021 · 2 comments
Open

Docker issue Apple M1 #66

SebastianWesolowski opened this issue Jul 10, 2021 · 2 comments

Comments

@SebastianWesolowski
Copy link

Is your feature request related to a problem? Please describe.
During compose up Docker i got issue related with processor M1
When Docker working with mysql container i got an error:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

Screenshot 2021-07-10 at 13 03 02

Describe the solution you'd like
In Readme should create section about ARM M1 issue or information about that

Describe alternatives you've considered
I changed the image in the file docker-compose.yml, that resolve my issue with M1.
image: mysql:8.0 -> image: mysql/mysql-server:8.0.23

Additional context
How i can help develop repo with that type issue ? Should create PR with expand readme or update file docker-compose.yml ?

@imranhsayed
Copy link
Owner

Thank you for raising the concern. Since this is an open source project would you like to contribute by sending a PR?

@SebastianWesolowski
Copy link
Author

@imranhsayed, Hey, yes I will send, my PR. I'll probably find some time in August :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants