1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update readme.md

This commit is contained in:
Perry Skountrianos - MSFT
2016-06-09 09:59:25 -07:00
parent 4b4b1ab7bd
commit 64766ffe2f

View File

@ -1,4 +1,4 @@
# IoT Smart Grid
# mssql-server-2014-express-windows
The goal of this Dockerfile is to help developers get started using SQL Server 2014 Express in Windows Containers. The Dockerfile downloads and installs SQL Server 2014 Express with the default setup parameters that could be changed (if needed) after the image is installed.
Note: This dockerfile is based on Buc Rogers' work that can be found [here] (https://github.com/brogersyh/Dockerfiles-for-windows/tree/master/sqlexpress)