In my recent article I described the process of setting up the Sql Server vNext on a Linux machine and the Docker was the most crucial tool used for that. Although the Docker server was required, I didn’t show you how to install it properly. This article should fill the hole. Continue reading “Installation of Docker CE on Ubuntu 16.04”
Running SQL Server vNext on a Linux machine
The aim of this article is to present how you can quickly set up a simple development environment based on a Linux machine and the SQL Server vNext also officially known as SQL Server 2017. For this purpose I would like to prepare a customized Docker image and after this is completed I will try to establish connection with SQL Server inside the container as well as from the outside. I can acknowledge this process to be a success when a new database is created on the server from a previously prepared script file, what seems to be a real-world scenario. Continue reading “Running SQL Server vNext on a Linux machine”