/docker-mssql-fts

MsSQL docker image with full text search.

Primary LanguageDockerfile

docker-mssql-fts

This is a MSSQL docker image with free text search builtin.

Motivation: since there is no such image on Microsoft SQL Server dockerhub, we create our image of MSSQL with free text search.

This image is based on original MSSQL Linux Ubuntu docker image from Microsoft, with free text search installed.

We used Dockerfile as reference.

To Do

  • Update Base OS when Microsoft releases a new one.