Skip to content

ostov/mssql-server-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genschsa/mssql-server-linux

This is the git repo of the custom genschsa/mssql-server-linux Docker image.

This image is an extension of the linux-based docker image for running SQL Server on Linux on top of an Ubuntu 16.04 base image.

It adds functionality to initialize a fresh instance. When a container is started for the first time, it will execute any files with extensions .sh or .sql that are found in /docker-entrypoint-initdb.d. Files will be executed in alphabetical order. You can easily populate your SQL Server services by mounting scripts into that directory and provide custom images with contributed data.

See the official microsoft/mssql-server-linux docker image for additional information.

About

Extension of the microsoft/mssql-server-linux docker image to support initdb scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%