Issues when running quickstart on Apple silicon
See original GitHub issueDescribe the bug When running the quickstart on a MacOS machine with the M1 chip, there are a few problems:
- arm64 images aren’t found by default for mysql, neo4j, and kibana. This can be fixed by manually specifying compatible ones (i.e. commenting out kibana, using
arm64v8/mariadb
for mysql, andneo4j/neo4j-arm64-experimental:4.2.5-arm64
for neo4j). - zookeeper and schema-registry crash with segmentation faults, potentially because of an issue with the qemu emulator on amd64 images. This can be mitigated for zookeeper, since an arm64 image exists, but I wasn’t able to find one for schema-registry.
To Reproduce Steps to reproduce the behavior:
- Run
./docker/quickstart.sh
.
Expected behavior Containers all start up correctly and are healthy.
Desktop (please complete the following information):
- OS: MacOS
- Version: 11.2.3
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Xcode fails to start Loading a plu… | Apple Developer Forums
The issue is I believe I attempted an upgrade and because I am using the new Apple chip CPU architecture, and not Intel,...
Read more >Problems getting quickstart WordPress and MariaDB working ...
Hi all, I have a problem that I think is specific to Macs running Apple Silicon (M1 chips). I want to set up...
Read more >Apple M1 Chip: Everything You Need to Know - MacRumors
Running Apps on M1 Macs. Because the M1 chip is using different architecture, Apple has built tools to allow developers to create Universal...
Read more >I've just updated to 19.3 on two different Mac's and when trying ...
Please install Rosetta. The quick start experience runs node application in background as web server. And the node app is not coming with...
Read more >Mac transition to Apple silicon - Wikipedia
The Mac transition to Apple silicon is the process of changing the central processing units (CPUs) of Apple Inc.'s line of Mac computers...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
in docker-compose file: docker-compose-without-neo4j.quickstart.yml : under service mysql , add
it will work for M1
Hello @cmpadden
Feel free to open a PR, I’ll get someone with a non-m1 pc to validate. I’m on m1 myself too. Thank you for finding a solution!!