@nocentino love your article about #SQLServer on Apple Silicon! It gave me hope about the #cosmosdb emulator but alas, running into the dreaded ERROR: Invalid mapping of address

Seems that arm64 support is not a priority for the team based on a GH issue I found about it. Any suggestions? My next step is just pointing VS/VS Code to a remote Docker machine running Linux :/

https://www.nocentino.com/posts/2023-01-02-running-sql-server-apple-silicon/

Running SQL Server on Apple Silicon

Last week I purchased a shiny new MacBook Air with an M2 processor. After I got all the standard stuff up and running, I set out to learn how to run SQL Server containers on this new hardware. This post shows you how to run SQL Server on Apple Silicon using colima. Colima is a container runtime that runs a Linux VM on your Mac. This Linux VM runs using the Virtualization framework hypervisor native in MacOS.

@cl @nocentino very useful read for me .... will give it a try and see how that goes. Thank you for sharing