Skip to content

Commit 9e2b56e

Browse files
authored
Merge pull request dotnet#10606 from dotnet-architecture/docker-lifecycle/04.2-design-docker-applications
Containerized Docker Application Lifecycle - 04.2
2 parents ece2907 + 7831aa7 commit 9e2b56e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/standard/containerized-lifecycle-architecture/design-develop-containerized-apps/design-docker-applications.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ title: Design Docker applications
33
description: Find here a reference to an in-depth guide to microservices architecture, because that's a topic that it's not detailed in this guide.
44
author: CESARDELATORRE
55
ms.author: wiwagn
6-
ms.date: 11/23/2018
6+
ms.date: 02/15/2019
77
---
88
# Design Docker applications
99

10-
Chapter 1 introduced the fundamental concepts regarding containers and Docker. That information is the basic level of information you need to get started. But, enterprise applications can be complex and composed of multiple services instead of a single service or container. For those optional use cases, you need to know additional approaches to design, such as Service-Oriented Architecture (SOA) and the more advanced microservices concepts and container orchestration concepts. The scope of this document is not limited to microservices but to any Docker application life cycle, therefore, it does not explore microservices architecture in depth because you also can use containers and Docker with regular SAO, background tasks or jobs, or even with monolithic application deployment approaches.
10+
Chapter 1 introduced the fundamental concepts regarding containers and Docker. That information is the basic level of information you need to get started. But, enterprise applications can be complex and composed of multiple services instead of a single service or container. For those optional use cases, you need to know additional approaches to design, such as Service-Oriented Architecture (SOA) and the more advanced microservices concepts and container orchestration concepts. The scope of this document is not limited to microservices but to any Docker application life cycle, therefore, it does not explore microservices architecture in depth because you also can use containers and Docker with regular SOA, background tasks or jobs, or even with monolithic application deployment approaches.
11+
12+
**More info** To learn more about enterprise applications and microservices architecture in depth, read the guide [NET Microservices: Architecture for Containerized .NET Applications](https://docs.microsoft.com/dotnet/standard/microservices-architecture) that you can also download from <https://aka.ms/MicroservicesEbook>.
1113

1214
However, before we get into the application life cycle and DevOps, it is important to know how you are going to design and construct your application and what are your design choices.
1315

1416
>[!div class="step-by-step"]
1517
>[Previous](index.md)
16-
>[Next](common-container-design-principles.md)
18+
>[Next](common-container-design-principles.md)

0 commit comments

Comments
 (0)