Sign inSign up

emergn/mssql-tools

By emergn

Updated over 5 years ago

SQL Server Command Line Tool on Alpine Linux with all the necessary libraries, e.g. libcurl.

Image
0

1.1K

emergn/mssql-tools repository overview

mssql-tools

Build Status Docker Automated build Docker Image Size

SQL Server Command Line Tool on Alpine Linux. Added all the necessary libraries, e.g. libcurl.

Usage

Default run for sqlcmd help:

docker run emergn/mssql-tools

Example connect to SQL server:

docker run -it emergn/mssql-tools -S <hostname> -U <username>

Example connect to Azure SQL server, using Azure Active directory authentication:

docker run -it emergn/mssql-tools -S azuredatabase.database.windows.net -d azuresqldbname -U [email protected] -P SecUrEpAsSwOrd -G

eof

Tag summary

Content type

Image

Digest

Size

7.2 MB

Last updated

over 5 years ago

docker pull emergn/mssql-tools