Northwind Database on Linux SQL Server 2019. username is sa and SA_PASSWORD is Strong.Pwd-123
255
Run the following command to create a Linux SQL Server 2019 with Northwind Database
docker run -d --name example_sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Strong.Pwd-123' -p 1433:1433 mattthankachan/sqlserver-linux-northwind
Northwind Database on Linux SQL Server 2019.
userid : sa Password=Strong.Pwd-123
Content type
Image
Digest
Size
498.9 MB
Last updated
almost 5 years ago
docker pull mattthankachan/sqlserver-linux-northwind