DEV Community

Discussion on: Running SQL Server on a Linux Container using Docker for Windows

Collapse
 
funkysi1701 profile image
Simon Foster

I probably wouldn't put any production data in a disposable container, but this is a great way to quickly and easily get a development environment up and running with SQL Server, without having to go through the steps of manually installing it.

That said Docker has the concept of volumes which allow you to create and destroy your containers without destroying your data or databases. I have used this (again only in a dev environment) for a while, and I personally like it.

Collapse
 
aarone4 profile image
Aaron Reese

time to learn containers then....
I'll add it to the list