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

Useful script for 'Microsoft Sql Server' service

Notifications You must be signed in to change notification settings

usdocker/usdocker-mssql

Repository files navigation

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

About

Useful script for 'Microsoft Sql Server' service

Resources

Stars

Watchers

Forks

Packages

No packages published