Mssql - For Mac !exclusive!
: This is Microsoft’s flagship cross-platform tool. It is lightweight, supports T-SQL, and feels like Visual Studio Code. It is the spiritual successor to SSMS for Mac users.
Include -v mssql_data:/var/opt/mssql in your docker run command to ensure your data survives updates and restarts. mssql for mac
docker run --cap-add SYS_PTRACE -e 'ACCEPT_EULA=1' -e 'MSSQL_SA_PASSWORD=YourStrong@Password' \ -p 1433:1433 --name sqledge -d \ mcr.microsoft.com/azure-sql-edge : This is Microsoft’s flagship cross-platform tool
⚠️ Pro tip: Use instead of Docker Desktop – it’s faster and more battery-efficient on Mac. mssql for mac