I am running a linux/amd64
image on docker with Apple M1 system. Getting this qemu: uncaught target signal 11 (Segmentation fault) - core dumped
error while running tests in the docker. I was using to platform: linux/amd64
to specify the platform. I found a github issue related to this https://github.com/docker/for-mac/issues/5123.
- Is docker is using
qemu
to runlinux/amd64
image on Apple M1? - Is there any other way to run the
linux/amd64
image on Apple M1 or should wait for thearm64
support for the image I am using?