

This is a way around that specific issue. I’ve also opened an issue on qemu repo as well:Īny ideas on how to fix this? Solution – 1 This issue is happening on the following environment But this isn’t working for this specific issue. In my docker-compose file I’ve passed the following config which helped me fix a couple M1 related issue on docker. I checked the qemu repo fora related issues with no luck: It mentions that qemu is the upstream component Docker use for running Intel (amd64) containers on M1 (arm64) chips. #10 4.178 qemu: uncaught target signal 6 (Aborted) - core dumpedĮxecutor failed running : exit code: 134Īccording to this github issue thread on docker’s github – its a qemu related bug: This is happening when docker-compose is running the command bundle install => ERROR RUN bundle install -jobs 4 -path. When I run docker-compose up I’m getting the following error qemu: uncaught target signal 6 (Aborted) - core dumped
