C#C
C#3y ago
Matanza

❔ Restore database in Docker windows container

Hi.

I am going to rewrite a solution built in classic asp in .NET and thought I should dockerise the solution as I will need both the old and new systems to run in parallel. Due to the fact that ASP requires windows servers to run I am limited to windows containers.

After a lot of searching I found a 3'rd party image of sql server dev-edition for windows and made it running.

My question is: How can I write a docker command that restores a backup of the database to develop against?
Was this page helpful?