I'm unable to run the SqlServerContainer. After creating the MSSQL container, it gets stuck at the "waiting to be ready" state and does not proceed further.

To Reproduce
fromsqlalchemyimportcreate_engine, textfromtestcontainers.mssqlimportSqlServerContainerwithSqlServerContainer() asmssql:
engine=create_engine(mssql.get_connection_url())
withengine.begin() asconnection:
version=connection.execute(text("select @@VERSION"))Runtime environment
Docker Desktop 4.19.0 (106363)
Windows 11
Python 3.9
testcontainers==3.7.1
I'm unable to run the SqlServerContainer. After creating the MSSQL container, it gets stuck at the "waiting to be ready" state and does not proceed further.
To Reproduce
Runtime environment