forked from sanagama/mssql-restapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
# | ||
# Pull and run sanagama/mssql-restapi and connect to SQL Server 2017 running locally in Docker | ||
# | ||
# Uses default values for MSSQL_PORT, MSSQL_DATABASE, MSSQL_USERNAME and MSSQL_PASSWORD | ||
# as described here: https://github.com/sanagama/mssql-restapi#environment-variables | ||
# | ||
set -x | ||
|
||
docker pull sanagama/mssql-restapi | ||
|
||
docker run --name 'mssql-restapi' -it -p 5000:5000 -e MSSQL_HOST=`hostname` sanagama/mssql-restapi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
scripts/4-docker-restapi-sqldb.sh → scripts/4-docker-pull-restapi-sqldb.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
scripts/3-dotnet-restapi-sqldb.sh → scripts/5-dotnet-restapi-sqldb.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters