justin2004 / mssql_server_tiny

A Slightly Liberated Microsoft SQL Server Docker image
67 stars 22 forks source link

Unable to make it work #1

Closed csotiriou closed 5 years ago

csotiriou commented 5 years ago

I am on OS X, and I am trying to use this. Actually, I am getting the following error:

2019-06-01 16:57:33.33 spid22s     The Database Mirroring endpoint is in disabled or stopped state.
2019-06-01 16:57:33.35 spid6s      Recovery is complete. This is an informational message only. No user action is required.
2019-06-01 16:57:33.35 spid22s     Service Broker manager has started.
sqlservr: This program requires a machine with at least 2000 megabytes of memory.

I have allocated 1GB to my Docker machine.

Is this still supposed to work?

justin2004 commented 5 years ago

yes, it should still work.

what command(s) did you run to start the container?

csotiriou commented 5 years ago

Actually, it was my fault. I can verify that it works as advertized. Thank you very much for this.