Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanpitangui/mssql-server-fts

This repo contains the dockerfile for a sqlserver with Full Text Search pre installed
https://github.com/yanpitangui/mssql-server-fts

docker fts full-text-search linux mssql sql-server ubuntu

Last synced: 17 days ago
JSON representation

This repo contains the dockerfile for a sqlserver with Full Text Search pre installed

Awesome Lists containing this project

README

        

# SQL SERVER Ubuntu with FTS (Full text search) enabled

This image is based on the following https://github.com/microsoft/mssql-docker/tree/master/linux/preview/examples/mssql-agent-fts-ha-tools

## Usage
```docker pull ghcr.io/yanpitangui/mssql-server-fts:latest```

## Or if using in a image

```FROM ghcr.io/yanpitangui/mssql-server-fts:latest```