-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run mssql on docker on MacOS 15.0.1 and Docker Desktop 4.34.2 #902
Comments
The problem shouldn't be macOS or Docker Desktop - your
That's why they always use |
This is likely related to docker/for-mac#7368 - looks like a silicon emulation bug to me, manifesting on docker desktop since 4.33. I have a sinking feeling this will sit in limbo between the two repos as it's been an issue for 4 minor versions now... |
I ended up here after the malware popup issue going around, finally got docker desktop up and working again, now the MSSQL 2022 container just starts and stops... such a bummer right now |
Same here |
I'm back in business Docker App 4.34.2 So the current container still stopped... I tested making a new container against that image, and that worked perfectly fine (default, no mount)... so I deleted it and re-added pointed at my current containers mount, and it all just works again. Deleted the one that kept stopping. docker run -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=xxxxx' -p 1433:1433 -v /Users/steve/SQL/data:/var/opt/mssql/data -v /Users/steve/SQL/log:/var/opt/mssql/log -v /Users/steve/SQL/secrets:/var/opt/mssql/secrets -d mcr.microsoft.com/mssql/server:2022-latest |
Steps to recreate:
Environment Info
Device: Macbook Pro M3 Pro
OS: Sequoia 15.0.1
Docker Desktop: 4.34.2
Docker version: Docker version 27.2.0, build 3ab4256
Logs
The text was updated successfully, but these errors were encountered: