Home Explore Blog CI



docker

1st chunk of `content/guides/docker-compose/setup.md`
72a35a77b98b99b9d851dd90d2bd786b265455b58ea7c48c00000001000001fd
---
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>

Title: Docker Compose Demo: Setup and Usage
Summary
This page introduces a Docker Compose demonstration that illustrates how to orchestrate a multi-container application environment, simplifying development and deployment. It highlights the differences between Docker Compose and the `docker run` command, configuring a multi-container web app with a Compose file, and running the app with a single command. The page also includes an embedded YouTube video on the topic.