April 2017
Beginner
404 pages
9h 30m
English
So far, we developed Music Store as microservices: one for the web platform and the other acting as an API layer. We have modified the ASP.NET core project to build Docker container images for a Windows platform when the solution or the project is compiled using Visual Studio. This is, in fact, time consuming for every build and can be avoided by building images only as part of the continuous integration process. In a DevOps practice, packaging an application should be the concern of the operations team, the application's design and developers should facilitate packaging in various forms so that the product can be packaged in any form; for example it could be an MSI, a zipped file, or a Windows Container. In ...
Read now
Unlock full access