accent
accent copied to clipboard
Mac M1 cannot run docker
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