This repo installs Microsoft SQL Server on any host where docker can run. After the SQL server container is up, it attaches AdventureWorks OLTP database and the DW as a sample database.
You can try this repo contents in any platform. Downloads suggested in this repository are cross-platform and can be used anywhere.
- Install Docker on your computer.
- Download this repository with
git clone https://github.com/metinsenturk/docker-mssql
. - Open a terminal to the repository folder.
- Run command:
docker-compose -f "docker-compose.yml" up -d --build
. - At this point, your database should be up after image downlods.
- Finally, you can view the database with Azure Data Studio. Download and install any version of Azure Data Studio on your computer.
- Done!
Use below connection information to login.
Server: localhost
Authentication Type: SQL Login
User name: sa
Password: ABC123def
By @metinsenturk.