Hi everyone,
I use docker in M1 Macbook, when I typed docker run -v -it --rm erosita/esass:latest /bin/bash, I got warn and I failed to enter eSASS:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
If anyone know about it, please tell me. Thank you all.
Best regards,
Dawei
Docker in Mac
- AlainGueguen
- Posts: 36
- Joined: Mon Jun 28, 2021 12:06 pm
Re: Docker in Mac
Dear Dawei
sorry for the late answer .
it seems that for crossplatform image (compiled on X86 running on M1/ARm or other )
the option
--platform linux/amd64
could work
please try to add this option to the command line when launching the docker
also . an update of the docker engine could be usefull
Regards
sorry for the late answer .
it seems that for crossplatform image (compiled on X86 running on M1/ARm or other )
the option
--platform linux/amd64
could work
please try to add this option to the command line when launching the docker
also . an update of the docker engine could be usefull
Regards