1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00
awesome-compose/official-documentation-samples
Julien Boyer beec10098b fix a wrong language tag
Signed-off-by: Julien Boyer <julien@larevolution.re>
Signed-off-by: sitarane <julien@larevolution.re>
2023-08-03 21:09:50 +02:00
..
django Add compose samples from docs (#305) 2022-10-28 09:46:40 +02:00
rails fix a wrong language tag 2023-08-03 21:09:50 +02:00
wordpress Add compose samples from docs (#305) 2022-10-28 09:46:40 +02:00
README.md Add compose samples from docs (#305) 2022-10-28 09:46:40 +02:00

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.yml files
  • understand the relationship between docker-compose.yml and Dockerfiles
  • learn how to make calls to your application services from Compose files

Samples tailored to demo Compose

These samples focus specifically on Docker Compose: