# primary parameters $pw = "yourStrong(!)Password" $edition = "Developer" $port = 1433 $tag = "2019-latest" $dbname = "DurableDB" $collation = "Latin1_General_100_BIN2_UTF8" # pull the image from the Microsoft container registry docker pull mcr.microsoft.com/mssql/server:$tag # ...