tweetlmka.blogg.se

Docker on mac hypervisor
Docker on mac hypervisor










Si_signo=Segmentation fault(11), si_code=1, si_addr=0x7 The error comes here by running flutter doctor -android-licenses: flutter doctor -android-licenses Inside the docker, flutter -version gives flutter -version Running docker run -it image_id /bin/bash gives a warning: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested My system is an m1 mac with macOS 12.6 and ~ % docker -version

docker on mac hypervisor docker on mac hypervisor

I run docker pull cirrusci/flutter:stable to get a clean docker with android and flutter installed












Docker on mac hypervisor