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

Failing To Run On M1 Mac Mini #434

Open
Alexander-T-Moss opened this issue Apr 19, 2021 · 4 comments
Open

Failing To Run On M1 Mac Mini #434

Alexander-T-Moss opened this issue Apr 19, 2021 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Alexander-T-Moss
Copy link

Alexander-T-Moss commented Apr 19, 2021

After installing both docker and git when I run the command, % cd TheSpaghettiDetective && docker compose up -d, I get an error and can't figure out why, my only guesses are to do with compatibility with apple silicon
Screenshot 2021-04-19 at 16 32 19
EDIT: I believe a potential solution could be to deploy the container as if it was for an intel chipset/universal and have Rosetta 2 translate it but I wouldn’t know how to implement this change

@Alexander-T-Moss Alexander-T-Moss changed the title Failing To Run On M1 Mac mini [ISSUE] Failing To Run On M1 Mac Mini Apr 19, 2021
@Alexander-T-Moss Alexander-T-Moss changed the title [ISSUE] Failing To Run On M1 Mac Mini Failing To Run On M1 Mac Mini Apr 19, 2021
@kennethjiang
Copy link
Contributor

I think the reason is we don't have the images for the M1 arch.

@kennethjiang kennethjiang added bug Something isn't working help wanted Extra attention is needed labels Apr 21, 2021
@rahools
Copy link

rahools commented Sep 3, 2022

Maybe a software update might have resolved the issue. docker-compose is working just fine for me.

@OEUG99
Copy link

OEUG99 commented Sep 4, 2022

I've been having no issue with using Colima and getting everything to run properly on M1 Mac Mini

@nvtkaszpir
Copy link
Contributor

try myabe running docker with --platform linux/amd64 on m1, it should work, but will be just slower. docker/for-mac#6796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants