wallymathieu / assertfail

https://assertfail.gewalli.se
MIT License
2 stars 2 forks source link

Docker m1 SQL Server #126

Closed wallymathieu closed 1 year ago

wallymathieu commented 1 year ago

https://github.com/microsoft/mssql-docker/issues/734

https://github.com/abiosoft/colima/issues/288

colima start --arch amd --cpu 5 --memory 5 --dns 8.8.8.8

docker context use colima

colima start --arch amd --cpu 4 --memory 4

https://smallsharpsoftwaretools.com/tutorials/use-colima-to-run-docker-containers-on-macos/

Gotchas? colima start seems to be a bit wonky, need to try it with different amount of cpu, memory to see what works.

https://github.com/microsoft/mssql-docker/issues/734#issuecomment-1382576843

Using Azure Edge works in some cases, but is not enough when you need more SQL server features.