I tried to run Azure SQL Edge using Docker on M1 Mac, but it keeps on saying "Failed to load /var/opt/mssql/mssql.conf ini file with error open /var/opt/mssql/mssql.conf: no such file or directory" and "Failed to connect to SQL because: dial tcp 127.0.0.1:1431"
I've manually created the folder path and mssql.conf file based on Microsoft's tech doc, but that error still shows up and cannot load Sql Edge. Any suggestion on how I can fix these issues? Thanks



