Multi-Container Applications This tutorial will walk you through using the sample Music Store application with Windows containers. The Music Store application is a standard .NET sample application, available in the aspnet GitHub repository. We’ve forked it to use Windows Containers. Using docker-compose on Windows Docker Compose is a great way develop complex multi-container consisting of databases, queues and web frontends. To develop with Docker Compose on a Windows Server 2016 system, in...