You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/manage/windows-containers/mssql-server-2014-express-windows/readme.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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).
3
3
4
4
Note: This dockerfile is based on Buc Rogers' work that can be found [here] (https://github.com/brogersyh/Dockerfiles-for-windows/tree/master/sqlexpress)
5
5
@@ -27,21 +27,19 @@ To run this sample, you need the following prerequisites.
27
27
28
28
**Software prerequisites:**
29
29
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.
33
31
34
32
<aname=run-this-sample></a>
35
33
36
34
## Run this sample
35
+
37
36
The image provides one environment variable to set the sa password: </br>
38
37
- sa_password: Sets the sa password and enables the sa login
39
38
40
39
<aname=sample-details></a>
41
40
42
41
## Sample details
43
42
44
-
**High Level Description**
45
43
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.
0 commit comments