Vin Yu
Vin Yu
Hi All, I just tried to run this on my Ubuntu machine, and was unable to reproduce this issue. docker run --rm -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Example@Passw0rd" -p 1433:1433 --name sql1...
@benze, the SQL Server container is not built with port 135 exposed. Can you try build your docker image from the SQL Server image and add a ```EXPOSE 135``` to...
@benze, I followed up with the engineering team on this feature an hour ago. This is actually not enabled on Linux yet. We'll have to do some work on our...
@damien-git check this sample out: https://github.com/microsoft/mssql-docker/tree/master/linux/preview/examples/mssql-customize this will ping the server, and if it is ready, it will run the startup script, `setup.sql`. This is where you want to put...
@agates4 @patricklucas - Thank you for the feedback. We don't have plans to implement this in the near future, and might have closed this by accident. Reopening but please refer...
@rmoff - this is great, and I think we can take it one step further. SQL Server starts listening to port 1433 before start up completely finishes - you can...
We're going to update this very soon, and include some other cool stuff with it too. + @yualan
Hi Everyone, We are working on a solution for this at the moment. Will update this thread when we have something we can share.
@cameronmaxwell - this not yet supported on SQL Server containers.
One way to go around this is to perform these tasks outside before build and remove from the dockerfile as mssql in the container does not have access to making...