MS - SQL SERVER using docker on mac m1/m2 ARM architecture
To run MS my sql we will utilise Azure Sql Edge official image on docker-hub.
If you do not have docker installed on your machine you can do so using brew with the commmand:
brew install --cask docker
Getting Docker Image:
The link to the official im...
kushjoshi.hashnode.dev3 min read