Skip to content

Docker compose file for working with azure sql edge on Mac M1

Notifications You must be signed in to change notification settings

kingsor/azure-sql-edge-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

azure-sql-edge-compose

Docker compose file for working with azure sql edge

I want to run a SQL Server on Mac with M1 but SQL Server for Linux docker image does not run on M1 chip, which uses ARM architecture.

So I found this post How to Install SQL Server on an M1 Mac (ARM64) explaining how to run Azure SQL Edge on Mac M1 machine.

sudo docker run --cap-add SYS_PTRACE -e 'ACCEPT_EULA=1' -e 'MSSQL_SA_PASSWORD=bigStrongPwd' -p 1433:1433 --name sqledge -d mcr.microsoft.com/azure-sql-edge

About

Docker compose file for working with azure sql edge on Mac M1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published