mirror of
				https://github.com/docker/compose.git
				synced 2025-11-03 21:25:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			955 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			955 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
<!--[metadata]>
 | 
						|
+++
 | 
						|
title = "Docker Compose"
 | 
						|
description = "Introduction and Overview of Compose"
 | 
						|
keywords = ["documentation, docs,  docker, compose, orchestration,  containers"]
 | 
						|
[menu.main]
 | 
						|
identifier="workw_compose"
 | 
						|
weight=-70
 | 
						|
+++
 | 
						|
<![end-metadata]-->
 | 
						|
 | 
						|
 | 
						|
# Docker Compose
 | 
						|
 | 
						|
Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:
 | 
						|
 | 
						|
- [Compose Overview](overview.md)
 | 
						|
- [Install Compose](install.md)
 | 
						|
- [Getting Started](gettingstarted.md)
 | 
						|
- [Get started with Django](django.md)
 | 
						|
- [Get started with Rails](rails.md)
 | 
						|
- [Get started with WordPress](wordpress.md)
 | 
						|
- [Frequently asked questions](faq.md)
 | 
						|
- [Command line reference](./reference/index.md)
 | 
						|
- [Compose file reference](compose-file.md)
 | 
						|
 | 
						|
To see a detailed list of changes for past and current releases of Docker
 | 
						|
Compose, please refer to the
 | 
						|
[CHANGELOG](https://github.com/docker/compose/blob/master/CHANGELOG.md).
 |