mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
Unfortunately, the only reliable way to create internal links is to use relative links to other Markdown files. This does match the way links on GitHub work, but makes it harder to create these links. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1.3 KiB
1.3 KiB
description, keywords, title
| description | keywords | title |
|---|---|---|
| Summary of samples related to Compose | documentation, docs, docker, compose, samples | Sample apps with Compose |
The following samples show the various aspects of how to work with Docker Compose. As a prerequisite, be sure to install Docker Compose if you have not already done so.
Key concepts these samples cover
The samples should help you to:
- define services based on Docker images using
Compose files
docker-compose.ymlanddocker-stack.ymlfiles - understand the relationship between
docker-compose.ymland Dockerfiles - learn how to make calls to your application services from Compose files
- learn how to deploy applications and services to a swarm
Samples tailored to demo Compose
These samples focus specifically on Docker Compose:
-
Quickstart: Compose and Django - Shows how to use Docker Compose to set up and run a simple Django/PostgreSQL app.
-
Quickstart: Compose and Rails - Shows how to use Docker Compose to set up and run a Rails/PostgreSQL app.
-
Quickstart: Compose and WordPress - Shows how to use Docker Compose to set up and run WordPress in an isolated environment with Docker containers.