Image derived from microsoft/mssql-server-linux allowing creation of login and database on startup
10K+
Dockerfile linkslatest (Dockerfile) - the latest release2019-CU8 (Dockerfile) - release based on 2019-CU8-ubuntu-16.04 image2019-CU4 (Dockerfile) - release based on 2019-CU4-ubuntu-16.04 image2019-CU3 (Dockerfile) - release based on 2019-CU3-ubuntu-16.04 image2017-CU9 (Dockerfile) - release based on 2017-CU9 imageA SQL Server for Linux image derived from Microsoft's SQL Server Linux image, but also the following:
These are useful in devops testing scenarios.
docker run -d -e 'SQL_USER=docker' -e 'SQL_PASSWORD=docker' -e 'SQL_DB=docker' -p 1433:1433 -v mssql-data:/var/opt/mssql topaztechnology/mssql-server-linux:latest
This phase is run first after server startup.
Any backups *.bacpac found in /init.bacpac will be then be restored; the database name used will be the same as the file prefix.
Finally any scripts *.sql found in /init.sql will be executed. Any scripts should be idempotent, as they will be called each time the container starts up. Scripts can contain environment variables in standard bash format which will be expanded vy envsubst before the script is run, see examples directory.
Content type
Image
Digest
Size
532.5 MB
Last updated
almost 6 years ago
docker pull topaztechnology/mssql-server-linux