Skip to content

Commit 65adc77

Browse files
authored
Update readme.md
1 parent 8c65e14 commit 65adc77

File tree

1 file changed

+3
-5
lines changed
  • samples/manage/windows-containers/mssql-server-2014-express-windows

1 file changed

+3
-5
lines changed

samples/manage/windows-containers/mssql-server-2014-express-windows/readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mssql-server-2014-express-windows
2-
This Dockerfile helps developers to 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.
2+
This Dockerfile helps developers to get started using SQL Server 2014 Express in Windows Server Core Containers. The file downloads and installs SQL Server 2014 Express with the default setup parameters that could be changed (if needed).
33

44
Note: This dockerfile is based on Buc Rogers' work that can be found [here] (https://github.com/brogersyh/Dockerfiles-for-windows/tree/master/sqlexpress)
55

@@ -27,21 +27,19 @@ To run this sample, you need the following prerequisites.
2727

2828
**Software prerequisites:**
2929

30-
1. System running Windows Server Technical Preview 4 or later.
31-
2. 10GB available storage for container host image, OS Base Image and setup scripts.
32-
3. Administrator permissions on the system.
30+
1. System running Windows Server Core TP5 v10.0.14300.1000.
3331

3432
<a name=run-this-sample></a>
3533

3634
## Run this sample
35+
3736
The image provides one environment variable to set the sa password: </br>
3837
- sa_password: Sets the sa password and enables the sa login
3938

4039
<a name=sample-details></a>
4140

4241
## Sample details
4342

44-
**High Level Description**
4543
The Dockerfile downloads and installs SQL Server 2014 Express with the following default setup parameters that could be changed (if needed) after the image is installed.
4644
- Collation: SQL_Latin1_General_CP1_CI_AS
4745
- SQL Instance Name: SQLEXPRESS

0 commit comments

Comments
 (0)