2017-03-02 15:54:52 +01:00
..
2017-02-21 14:04:35 -05:00
2017-03-01 12:03:37 +01:00
2017-02-26 13:44:07 -05:00
2017-02-26 13:44:07 -05:00

Containerized eShop - Catalog Service

Sample reference containerized application, cross-platform and microservices architecture. Powered by Microsoft

#Overview This sample runs a microservices oriented application and an ASP.NET Core MVC application that consumes these services. You can find more information about how to set up docker in your machine in the global directory solution.

#Deploy In the global directory you will find the scripts needed to run and deploy the demo into your local docker infrastructure.

  • build-image-services-catalog.ps1 Build .net applications and docker images: This PowerShell script that you will find in the root directory of the solution is responsible for building .NET applications and package in a pub folder and use docker commands to build the images needed to run the previously packaged .NET applications.

  • Compose containers in your docker local VM: Finally you have to open your favourite command tool pointing to the root directory of this project where docker-compose.yml file is located and run the command docker-compose up

#Run Once the deploy process of docker-compose finishes you have to be able to access the services in this urls:

  • Catalog service: http://localhost:5101
  • Catalog data (SQL Server): Server=tcp:localhost,5434;Database=CatalogDB;User Id=sa;Password=Pass@word