mirror of https://github.com/docker/docs.git
17 lines
509 B
Markdown
17 lines
509 B
Markdown
---
|
|
title: "Demo: set up and use Docker Compose"
|
|
description: Learn how to get started with Docker Compose.
|
|
weight: 20
|
|
---
|
|
|
|
This Docker Compose demo shows how to orchestrate a multi-container application
|
|
environment, streamlining development and deployment processes.
|
|
|
|
- Compare Docker Compose to the `docker run` command
|
|
- Configure a multi-container web app using a Compose file
|
|
- Run a multi-container web app using one command
|
|
|
|
{{< youtube-embed P5RBKmOLPH4 >}}
|
|
|
|
<div id="compose-lp-survey-anchor"></div>
|