Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suddenelfilio/mssql-2022-fts-docker

A Dockerfile to build a Microsoft SQL Server image with full-text search enabled
https://github.com/suddenelfilio/mssql-2022-fts-docker

Last synced: about 2 months ago
JSON representation

A Dockerfile to build a Microsoft SQL Server image with full-text search enabled

Awesome Lists containing this project

README

        

# mssql-fts-docker
A Dockerfile to build a Microsoft SQL Server image with full-text search enabled

Build the Docker image

```shell
docker build . -f Dockerfile -t mssql-2022-full-text
```