December 2019
Intermediate to advanced
510 pages
11h 33m
English
This section explains how to combine our catalog service with Docker to get it running locally. Let's start by examining the systems behind the catalog service:

As we can see from the preceding diagram, the web service part runs over the microsoft/dotnet Docker image, and the data source part runs over the Microsoft SQL Server instance using the microsoft/mssql-server-linux Docker image (we already dealt with the containerization of MSSQL in Chapter 8, Building the Data Access Layer). Both of the images are downloaded from the public Microsoft repository already present in Docker Hub; let's take a look ...