/mssql-win2lin

basically trying to deploy a sqlproj/dacpac to an mssql-windows instance, then somehow *sparkles* it into an mssql-linux image ♪┏(・o・)┛♪┗-(-・o・)-┓♪ from https://github.com/docker/labs/blob/master/windows/sql-server

Primary LanguagePowerShell

mssql-win2lin

This riffs on https://github.com/docker/labs/blob/master/windows/sql-server and attempts to build a sqlproj/dacpac, deploy it and a PostDeployment.Reference.sql script to an mssql-windows instance, then somehow sparkles it into an mssql-linux image ♪┏(・o・)┛♪┗-(-・o・)-┓♪

This also riffs on the SQL Server Developer image — microsoft/mssql-server-windows-developer and lets you run a SQL Server database with Full-Text Search in a Docker container on Windows, without having SQL Server installed. All you need is Docker.

Prerequisites

You'll need Docker for Windows running on Windows 10.

You'll need to enable Experimental Features in the Docker daemon to simultaneously run Windows and Linux containers

Run

./build.ps1