-
Notifications
You must be signed in to change notification settings - Fork 333
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 docker image doesn't work with theApple M1 chip #182
Comments
I think Docker have Docker for M1 chip (apple chip). You can find Docker version for Apple Chip as below
|
Please tell me how did you get away with it, I'm having the same issue. |
I installed the apple silicon version for it, it does no help.
I think the golang there is just not happy. |
Yes, I also use Docker for the Apple silicon and it's not working.
…On Thu, Jan 13, 2022 at 9:32 AM senwangJC ***@***.***> wrote:
I think Docker have Docker for M1 chip (apple chip). You can find Docker
version for Apple Chip as below
- Release notes: https://docs.docker.com/desktop/mac/release-notes/
- Docker for Apple Chip:
https://docs.docker.com/desktop/mac/apple-silicon/
Once Docker for Apple chip installed, it works well for any images
which you want to run.
If this helps you
@Chaklader <https://github.com/Chaklader>
I installed the apple silicon version for it, it does no help.
runtime.systemstack_switch() /usr/lib/go/src/runtime/asm_amd64.s:252
fp=0xc42002a768 sp=0xc42002a760
I think the gaoling there is just not happy.
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKMC6PERCFHKQRRB7LBTO3UVZBWLANCNFSM5JMMG3HA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I was looking for a solution, and after trying a few things was able to come up with an alternative. It is a docker-compose made up of differente services and it also provides a GUI to manage your cluster. It worked on M1. Check it out here: https://github.com/FilipeNavas/kafka-local |
I can confirm the docker-compose file is working and can be up within a few
minutes in the M1 machine.
Currently, I don't work in any Kafka project, so, can't say more but the UI
looks clean.
…On Fri, Jan 21, 2022 at 9:22 AM Filipe Navas ***@***.***> wrote:
I was looking for a solution, and after trying a few things was able to
come up with an alternative. It is a docker-compose made up of differente
services and it also provides a GUI to manage your cluster. It worked on M1.
Check it out here: https://github.com/FilipeNavas/kafka-local
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKMC6JJIZLAMIZMSTNO24LUXDGPXANCNFSM5JMMG3HA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Hello, |
Expanding on the previous comment, my #185 PR makes a multi-arch image. Try
|
Hey There, i wonder if this PR is merged already best regards |
When I try to run the docker image in the Apple M1 chip computer, it always shows that port 2181 is blocked. I had to modify the Dockerfile to solve the issue temporarily, but, please, provide an official solution for the problem.
The text was updated successfully, but these errors were encountered: