Skip to content

Instantly share code, notes, and snippets.

View edgarfroes's full-sized avatar

Edgar Froes edgarfroes

View GitHub Profile
@ubaierbhat
ubaierbhat / mssql-server-linux-fts.sh
Last active October 6, 2019 20:42 — forked from avernet/mssql-server-linux-fts.sh
SQL Server Docker instance with full-text search (FTS)
# mssql-agent-fts-ha-tools
# Maintainers: Microsoft Corporation (LuisBosquez and twright-msft on GitHub)
# GitRepo: https://github.com/Microsoft/mssql-docker
# Base OS layer: Latest Ubuntu LTS + mssql-server-linux (SQL Server engine + tools)
FROM microsoft/mssql-server-linux
#Install curl since it is needed to get repo config
# Get official Microsoft repository configuration
RUN export DEBIAN_FRONTEND=noninteractive && \