File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Examples/SqlServerDockerImage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- Two steps examples how to create and upgrade database in ms sql server linux container
1
+ Two steps example how to create and upgrade database in ms sql server linux container
2
2
=================
3
3
4
4
To run scripts switch your docker to linux containers.
5
5
6
- ## Step 1. Create an docker image with ms sql server and SqlDatabaseDemo database version 1.0.
6
+ ## Step 1: create an image with sql server and SqlDatabaseDemo database version 1.0.
7
7
8
8
Database scripts are located in ` create-database-scripts ` folder.
9
9
@@ -19,7 +19,7 @@ Test image:
19
19
PS> docker run -it --rm -p 1433:1433 sqldatabase/mssql-server-linux-demo:create
20
20
```
21
21
22
- ## Step 2. Create an docker image with ms sql server and SqlDatabaseDemo database version 2.0.
22
+ ## Step 2: create an image with sql server and SqlDatabaseDemo database version 2.0.
23
23
24
24
During the build process we update SqlDatabaseDemo database from step 1 to version 2.0.
25
25
Database scripts are located in ` upgrade-database-scripts ` folder.
You can’t perform that action at this time.
0 commit comments