https://github.com/usdocker/usdocker-mssql
Useful script for 'Microsoft Sql Server' service
https://github.com/usdocker/usdocker-mssql
Last synced: 2 months ago
JSON representation
Useful script for 'Microsoft Sql Server' service
- Host: GitHub
- URL: https://github.com/usdocker/usdocker-mssql
- Owner: usdocker
- Archived: true
- Created: 2017-08-20T17:19:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T20:34:25.000Z (over 4 years ago)
- Last Synced: 2025-09-26T11:58:08.736Z (3 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful script for 'Microsoft Sql Server' service
This Useful Script creates a Microsoft Sql Server based on a Docker Image.
You don't have know docker to use this solution.
## Installing
```bash
npm install -g @usdocker/usdocker # Install it first
npm install -g @usdocker/mssql
usdocker -r # Update USDocker database
```
## Start the Microsoft Sql service
```bash
usdocker mssql up
```
## Stop the Microsoft Sql service
```bash
usdocker mssql down
```
## Check the Microsoft Sql Server status
```bash
usdocker mssql status
```
## Customize your service
You can setup the variables by using:
```bash
usdocker mssql --set variable=value
```
Default values
- image: "microsoft/mssql-server-linux",
- folder: "$HOME/.usdocker/data/mssql",
- password: "Pa$$word!",
- port: 1433