1.0.3 • Published 2 years ago

docker-mssql-restore v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

docker-mssql-restore

This is a simple CLI tool to automate the restoration of MSSQL database backups (*.bak files) into a Docker container running the official Microsoft SQL Server image. Requires Node v16 or greater.

Usage

Run from anywhere using npx and passing the required options:

npx docker-mssql-restore --container <CONTAINER_NAME> --pass <MSSQL_USER_PASSWORD>

List all options with:

npx docker-mssql-restore --help