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

no matching manifest for Linux/arm64/v8 in the manifest list entries #180

Open
renatho opened this issue Feb 14, 2022 · 1 comment
Open

Comments

@renatho
Copy link

renatho commented Feb 14, 2022

I installed colima, docker and docker-compose from homebrew. (brew install colima && brew install docker && brew install docker-compose).

So I ran composer start, and I saw the following issue when trying to run the docker-compose up in my project.

no matching manifest for Linux/arm64/v8 in the manifest list entries

I'm using an M1 chip.

I found this post https://onexlab-io.medium.com/apple-m1-chip-no-matching-manifest-for-linux-arm64-v8-docker-mysql-5142060a9309, and I was able to fix that by adding the plataform in my docker-compose.yml.

My question is if it's really expected or if it shouldn't happen with colima?

Thank you!

@abiosoft
Copy link
Owner

I think that would be the expected behaviour i.e. you get an error when the requested image is not available for your machine type/platform.

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