基于微服务架构、运行于容器中的.NET Core示例应用eShopOnContainers

eShopOnContainers 是 《.NET Microservices – Architecture for Containerized .NET Applications》这本微软出品的电子书中的示例应用程序。

This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers. To make it easier to get started with containers and microservices, the guide focuses on a reference containerized and microservice-based application that you can explore. The sample application is available at the eShopOnContainers GitHub repo.

eShopOnContainers 的 GitHub 地址是 https://github.com/dotnet-architecture/eShopOnContainers ,它不仅是一个示例应用,而且是一个开源项目,接受代码捐赠。

Note for Pull Requests: We accept pull request from the community. When doing it, please do it onto the DEV branch which is the consolidated work-in-progress branch. Do not request it onto Master, if possible.

园子里的相关博文:

 

posted @ 2017-06-01 10:51  dudu  阅读(1321)  评论(0编辑  收藏  举报