microsoft/mssql-server-linux with mssql-tools already installed
2.7K
Starting with the CTP 1.4 (March 17, 2017) release the mssql-tools package including sqlcmd, bcp are included in the image, therefore this image has become obsolete. You can connect to the SQL Server using the sqlcmd tool inside of the container by using the following command on the host:
docker exec -it <container_id|container_name> /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P <your_password>
This Docker image uses SQL Server 2017 Developer Edition on Linux on top of an Ubuntu 16.04 base image.
Full documentation can be found at the SQL Server on Linux Docker image page.
Content type
Image
Digest
Size
419.3 MB
Last updated
almost 9 years ago
docker pull militellovinx/mssql-server-linux