Skip to content

Dockerfile to create a container with SQL Server express installed and Full Text Search on.

Notifications You must be signed in to change notification settings

robinho81/mssql-server-windows-express-fts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mssql-server-windows-express-fts

Dockerfile to create a container with SQL Server express installed and Full Text Search on.

Steps to run:-

  1. docker build -t sql-server-windows-express-fts
  2. docker run -d -p 1433:1433 -e sa_password=MyTestSaPassw0rd -e ACCEPT_EULA=Y sql-server-windows-express-fts

About

Dockerfile to create a container with SQL Server express installed and Full Text Search on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published