|
|
|
|
|
by slackfan
3188 days ago
|
|
Yeah, it's pretty great. We evaluated spinning up RDS MSsql instances for our testing, and found the time that it took to spin up one of those to be extremely prohibitive for use with CI pipelines, I mean something to the tune of 20 minutes for the instance to come up.
Whereas with docker and mssql-linux, we only have to (at most) have a 10-15 second delay before the container is fully online.
Definitely great for devs to run their local tests against, and great for me to be able to do some minor admining via the CLI tools provided in the container. |
|