9: Deploying Apps with Docker Compose
In this chapter, weâll look at how to deploy multi-container applications using Docker Compose.
Docker Compose and Docker Stacks are very similar. In this chapter weâll focus on Docker Compose, which deploys and manages multi-container applications on Docker nodes running in single-engine mode. In a later chapter, weâll focus on Docker Stacks. Stacks deploy and manage multi-container apps on Docker nodes running in swarm mode.
Weâll split this chapter into the usual three parts:
- The TLDR
- The deep dive
- The commands
Deploying apps with Compose - The TLDR
Modern cloud-native apps are made of multiple smaller services that interact to form a useful app. We call this pattern âmicroservicesâ. A simple ...
Get Docker Deep Dive now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.