communitytools-image2docker-win
communitytools-image2docker-win copied to clipboard
Full SQL Server porting
Install and set-up SQL server and port over all data and settings
This should make use of ArtifactParam so the user can choose between different behaviours:
1. full database clone - copying MDF and LDF files and running CREATE DATABASE...FOR ATTACH in the Dockerfile;
2. schema clone (no data) - using SqlPackage to extract a Dacpac containing the database schema, and using SqlPackage in the Dockerfile to deploy it.