This commit is contained in:
Michael Friis 2017-11-10 13:49:23 -08:00 коммит произвёл GitHub
Родитель 1746dd5898
Коммит 341eaf32f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
# SQL Server Lab
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.
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.
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.
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.
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.