accent icon indicating copy to clipboard operation
accent copied to clipboard

Mac M1 cannot run docker

Open hernanif1 opened this issue 4 years ago • 0 comments

running this command

docker run --env-file .env -p 4000:4000 mirego/accent --platform linux/amd64

I see this error:

qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault

according to docker contributor the container should supply an arm64 or multi-arch image: https://github.com/docker/for-mac/issues/5123#issuecomment-784992589

hernanif1 avatar Mar 30 '22 07:03 hernanif1