Docker+Sql 2

Install SQL Server Docker Container on Linux

This blog post explains how to setup and configure SQL Server docker container on a linux machine. Microsoft recently started supporting running SQL Server on Linux and the entire process takes only few steps to run. Install SQL Server Docker Image //Pull the SQL Server Image from the docker registry $docker pull microsoft/mssql-server-linux $docker run […]