Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 341eaf3

Browse files
authored
use correct typhography
1 parent 1746dd5 commit 341eaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/sql-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SQL Server Lab
22

3-
Microsoft SQL Server is available to run in Docker containers on Linux and Windows. This lab focuses on Windows and shows you how to use Docker to modernize your database delivery - bringing modern practices like CI/CD into database management.
3+
Microsoft SQL Server is available to run in Docker containers on Linux and Windows. This lab focuses on Windows and shows you how to use Docker to modernize your database delivery bringing modern practices like CI/CD into database management.
44

5-
The SQL Server Express image -[microsoft/mssql-server-windows-express](https://store.docker.com/images/mssql-server-windows-express) - lets you run a SQL Server database in a Docker container on Windows, without having SQL Server installed. All you need is Docker.
5+
The SQL Server Express image [microsoft/mssql-server-windows-express](https://store.docker.com/images/mssql-server-windows-express) lets you run a SQL Server database in a Docker container on Windows, without having SQL Server installed. All you need is Docker.
66

77
In this lab we'll build a Docker image which packages up a whole database schema on top of the SQL Server image, so when you run the container you have a fully-deployed database ready to use from your applications, or from SQL Server Management Studio.
88

0 commit comments

Comments
 (0)