Skip to content

Commit 9b15cf4

Browse files
Create README.md
1 parent c7c149a commit 9b15cf4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# mssql-docker
2+
Spin up an Microsoft SQL Server DB with the [Northwinds sample dataset](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs) for local testing via Docker Desktop
3+
4+
1) Set the [tag](https://hub.docker.com/_/microsoft-mssql-server) you want to use in `database.Dockerfile`
5+
6+
2) `docker compose up -d --build`
7+
8+
3) Create a new mssql resource:
9+
````
10+
host: host.docker.internal
11+
port: 1433
12+
username: sa
13+
pw: (see SA_PASSWORD in compose.yml)
14+
````
15+
16+

0 commit comments

Comments
 (0)