mssql-server-linux with mssql-tools installed and ready to used database
3.1K
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.
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
$MSSQL_DB=testdb
$MSSQL_USER=tester
$MSSQL_PASSWORD=My@Super@Secret
Content type
Image
Digest
Size
427.6 MB
Last updated
almost 8 years ago
docker pull jboesl/mssql-server-linux