I’d suggest increasing it to 4GB if you can. Go ahead and provide your password, as Docker needs this to run.īy default, Docker will have 2GB of memory allocated to it. When you open Docker, you might be prompted for your password so that Docker can install its networking components and links to the Docker apps.
Launch Docker the same way you’d launch any other application (eg, via the Applications folder, the Launchpad, etc). dmg file and then drag the Docker.app icon to your Application folder. To download, visit the Docker CE for Mac download page and click Get Docker. Therefore, SQL Server 2019 can be run on Docker in its own isolated container. If you already have Docker installed you can skip this step (and jump straight to SQL Server).ĭocker is a platform that enables software to run in its own isolated environment.
#Can i install microsoft sql server on mac how to
I show you how to do that too.īut first… if you’re using a Mac with the M1 chip, see How to Install SQL Server on an M1 Mac (ARM64). Here I show you how to do that.Īlso, if you already have SQL Server 2017 installed, and you want to install SQL Server 2019 without removing the 2017 version, you’ll need to allocate a different port number on your host.
The only difference is that you need to use the container image for SQL Server 2019 instead of the 2017 image. The installation process for SQL Server 2019 is exactly the same as for SQL Server 2017. In late 2018, Microsoft announced SQL Server 2019 Preview, and subsequently announced general release in late 2019. When I wrote that, SQL Server 2017 was the latest version of SQL Server, and it had just been made available for Linux and Docker (which means that you can also install it on MacOS systems). I previously explained how to install SQL Server on a Mac via a Docker container.