Sample apps (original) (raw)
Home / Manuals / Docker Compose / Support and feedback / Sample apps
Sample apps with Compose
The following samples show the various aspects of how to work with Docker Compose. As a prerequisite, be sure toinstall Docker Composeif you have not already done so.
Key concepts these samples cover
The samples should help you to:
- Define services based on Docker images usingCompose files
- Understand the relationship between
compose.yaml
andDockerfiles - Learn how to make calls to your application services from Compose files
- Learn how to deploy applications and services to aswarm
Awesome Compose samples
The Awesome Compose samples provide a starting point on how to integrate different frameworks and technologies using Docker Compose. All samples are available in theAwesome-compose GitHub repo and are ready to run with docker compose up
.