
Developer: This will run the container using the Developer Edition (this is the default if no MSSQL_PID environment variable is supplied).MSSQL_PID is the Product ID (PID) or Edition that the container will run with.
Kitematic add image password#
SA_PASSWORD: the admin password used to connect to SQL Server once the container is running. This password needs to include at least 8 characters including uppercase letters, lowercase letters, numbers and non-alphanumeric symbols.

Configure local serverĪfter SQL Server is installed, you go Setting and we have to config something from here:ĪCCEPT_EULA: confirm your acceptance of the End-User Licensing Agreement. I’m using the Official images from Microsoft.Īfter you hit CREATE, Kitematic will automate the rest for you.
Kitematic add image install#


Containers allow you to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. First, you have to install Dockerĭocker is a tool designed to make it easier to create, deploy, and run applications by using containers. In this post, we are going to create a local Microsoft SQL Server 2017 on Mac using Docker and its tool Kitematic. If you want to install an earlier version of SQL Server on Mac, a virtual machine is required but from SQL Server 2017, with its support for the Unix-based machine, you can install it directly without having to create a virtual machine.
