These are the quick, basic steps to get a SQL Server instance running in Docker on your local machine for development purposes.
Install WSL
|
|
Install Docker for Windows, just use the UI.
Create a .wslconfig
file at ~\
, populate it with some basics:
|
|
this will put constraints on your SQL container so that it doesn’t take over your system.
Then, run something like this after replacing the parameters
|
|