Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suddenelfilio/mssql-2022-fts-docker
- Owner: suddenelfilio
- License: mit
- Created: 2023-11-15T07:58:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T10:54:27.000Z (about 1 year ago)
- Last Synced: 2024-12-08T12:42:18.483Z (about 2 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mssql-fts-docker
A Dockerfile to build a Microsoft SQL Server image with full-text search enabledBuild the Docker image
```shell
docker build . -f Dockerfile -t mssql-2022-full-text
```