This Dockerimage is based on the official microsoft/mssql-server-linux
The Image provides an improved startup for initializing the database using nmap to wait for DB to be up.
All .sql files mapped into containers /etc/mssql/initial-setup folder will be executed.
Simply run
docker run -d -p 1433:1433 -v <host-dir>:/etc/mssql/initial-setup -e ACCEPT_EULA=Y -e SA_PASSWORD=Sup3R$eCr3t paco0512/mssql
Content type
Image
Digest
Size
497.6 MB
Last updated
over 8 years ago
docker pull paco0512/mssql