docker-mssql-restore
v1.0.3
Published
A CLI tool to restore MSSQL database backups in Docker.
Downloads
5
Readme
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