Sample Header Ad - 728x90

How can I install SQLServer in MAC M1?

-2 votes
2 answers
2299 views
I want to run SQL on my MAC M1, I used guidelines according to this website: https://phoenixnap.com/kb/install-sql-server-macos and I used this instruction: docker pull mcr.microsoft.com/mssql/server:2019-latest then: docker run -d --name example_sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Strong.Pwd-123' -p 1433:1433 mcr.microsoft.com/mssql/server:2019-latest Now my Docker is showing a Container, but it is not active always. When I click on the run button it becomes active for about 5 seconds and then turn off. Finally, I couldn't have SQL in Azure or another platform because my Container isn't active. Please help me.....
Asked by mari rajabpour
Nov 13, 2021, 02:10 PM
Last activity: Jan 22, 2023, 01:51 PM