SQL Server Command Line Tool on Alpine Linux with all the necessary libraries, e.g. libcurl.
1.1K
SQL Server Command Line Tool on Alpine Linux. Added all the necessary libraries, e.g. libcurl.
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
Content type
Image
Digest
Size
7.2 MB
Last updated
over 5 years ago
docker pull emergn/mssql-tools