microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources
MIT License
1.69k stars 748 forks source link

Docker hub instructions discrepancies #742

Open sebastienros opened 2 years ago

sebastienros commented 2 years ago

In the docker hub description, a sample docker command uses SA_PASSWORD while in the documentation site it uses MSSQL_SA_PASSWORD https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-deployment?view=sql-server-ver15&pivots=cs1-bash

I spent a few hours trying to get sql-2019 working without success until I tried MSSQL_SA_PASSWORD instead and it worked.

sebastienros commented 2 years ago

Note that using sqlcmd locally was working, but remote connections didn't work until I use MSSQL_SA_PASSWORD instead.