/mssql-scripter-docker

Docker supports for mssql-scripter

Primary LanguageDockerfileMIT LicenseMIT

mssql-scripter for docker

This is a docker image for the mssql-scripter tool.

Based on @ianthetechie comment

Usage

Example:

docker run --rm smartondev/mssql-scripter --server "host.docker.internal\SQLINSTANCE" --database "mydb" --user "myuser" --password "mypassword"

For more options, see mssql-scripter.

Security

See SECURITY.md

Contributing

Welcome! I am happy that you want to make the project better.

Currently, there is no developed documentation for the process, in the meantime, please use issues and pull requests.

License

MIT, see LICENSE.

Author

Márton Somogyi