Sign inSign up

jboesl/mssql-server-linux

By jboesl

Updated almost 8 years ago

mssql-server-linux with mssql-tools installed and ready to used database

Image
2

3.1K

jboesl/mssql-server-linux repository overview

This image is no longer supported since starting with version ctp1-4 the original image from microsoft offers all neded for testing!

Based on the mssql-server-linux container from microsoft (https://hub.docker.com/r/microsoft/mssql-server-linux) but with mssql-tools installed and ready to used database. This is image is intended for testing only.

To run:

docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong123Password' -p 1433:1433 -d jboesl/docker-mssql-linux

System adminitrator login sa

System administrator password: $SA_PASSWORD

Environment variables:

$MSSQL_DB=testdb

$MSSQL_USER=tester

$MSSQL_PASSWORD=My@Super@Secret

Tag summary

Content type

Image

Digest

Size

427.6 MB

Last updated

almost 8 years ago

docker pull jboesl/mssql-server-linux