Docker running `linux/amd64` image in apple M1 and getting qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Asked Answered
C

1

9

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 run linux/amd64 image on Apple M1?
  • Is there any other way to run the linux/amd64 image on Apple M1 or should wait for the arm64 support for the image I am using?
Cu answered 15/9, 2021 at 8:55 Comment(0)
M
0

Is docker is using qemu to run linux/amd64 image on Apple M1?

Yes, docker internally uses qemu to emulate amd64.

Is there any other way to run the linux/amd64 image on Apple M1 or should wait for the arm64 support for the image I am using?

Currently I don't know about any other way, so you should wait for arm64 support or for fixing qemu or fixing your used image.

Mcclish answered 23/8, 2022 at 20:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.