You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
When I was working on getting this module setup in my tests I kept running into a super generic error that I wasn't getting with the MySQL module:
I had to manually start up up a container with the mssqlserver image to see the error message:
Which then pointed me in the right direction: My macOS Docker only had 2 GB dedicated to it. Upping to 3.5 GB solved the probem.
Would it be possible to check that Docker has access to a sufficient amount of memory before trying to start up the MS SQL Server container?