Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 799 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 799 Bytes

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

npm install -g @usdocker/usdocker # Install it first
npm install -g @usdocker/mssql
usdocker -r    # Update USDocker database

Start the Microsoft Sql service

usdocker mssql up

Stop the Microsoft Sql service

usdocker mssql down

Check the Microsoft Sql Server status

usdocker mssql status

Customize your service

You can setup the variables by using:

usdocker mssql --set variable=value

Default values

  • image: "microsoft/mssql-server-linux",
  • folder: "$HOME/.usdocker/data/mssql",
  • password: "Pa$$word!",
  • port: 1433