Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yanpitangui/mssql-server-fts
- Owner: yanpitangui
- License: mit
- Created: 2022-11-22T17:14:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T14:39:56.000Z (3 months ago)
- Last Synced: 2024-10-31T22:42:21.062Z (2 months ago)
- Topics: docker, fts, full-text-search, linux, mssql, sql-server, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```