This sql server samples container has all the sample databases pre-installed and configured..
78
Introduction:
This sql server samples container has all the sample databases pre-installed and configured.. The Sample Databases are AdventureWorks2022 AdventureWorksDW2022 AdventureWorksLT2022 Northwind Pubs WideWorldImporters and WideWorldImportersDW
SETUP: docker pull anilmahadev/sqlserversamples:2022
RUN: Example
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=P@$$W0rd@123" --name ANIL -p 1500:1433 -d anilmahadev/sqlserversamples:2022
Please feel free to change container name and source ports. Password can be changed after initializing the container of your choice using SSMS.
Content type
Image
Digest
sha256:bf69a996f…
Size
1 GB
Last updated
about 2 years ago
docker pull anilmahadev/sqlserversamples:2022