Docker in Mac

eSASS download and installation
Post Reply
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

Docker in Mac

Post by lidawei »

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
User avatar
AlainGueguen
Posts: 32
Joined: Mon Jun 28, 2021 12:06 pm

Re: Docker in Mac

Post by AlainGueguen »

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
Post Reply