How to Run mssql Docker Image on Apple Silicon
·1 min
I was having this issue when I was running the container.
Solution if you are using colima
to run Docker containers #
colima start --arch aarch64 --vm-type=vz --vz-rosetta
Thanks Felix Rabe for the answer.