2015-06-07 22:59:58 +02:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
2016-02-01 18:10:21 +01:00
|
|
|
title = "Docker Compose"
|
2015-06-07 22:59:58 +02:00
|
|
|
description = "Introduction and Overview of Compose"
|
|
|
|
keywords = ["documentation, docs, docker, compose, orchestration, containers"]
|
|
|
|
[menu.main]
|
2016-01-24 21:03:44 +01:00
|
|
|
identifier="workw_compose"
|
|
|
|
weight=-70
|
2015-06-07 22:59:58 +02:00
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
2014-01-27 12:42:38 +01:00
|
|
|
|
2015-01-19 06:46:23 +01:00
|
|
|
|
2016-01-24 21:03:44 +01:00
|
|
|
# Docker Compose
|
2015-04-07 01:47:07 +02:00
|
|
|
|
2016-01-24 21:03:44 +01:00
|
|
|
Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:
|
2015-01-30 03:21:49 +01:00
|
|
|
|
2016-01-24 21:03:44 +01:00
|
|
|
- [Compose Overview](overview.md)
|
|
|
|
- [Install Compose](install.md)
|
2015-10-09 16:49:41 +02:00
|
|
|
- [Getting Started](gettingstarted.md)
|
2015-05-12 13:44:43 +02:00
|
|
|
- [Get started with Django](django.md)
|
|
|
|
- [Get started with Rails](rails.md)
|
2015-09-16 17:01:43 +02:00
|
|
|
- [Get started with WordPress](wordpress.md)
|
2015-10-22 02:13:43 +02:00
|
|
|
- [Frequently asked questions](faq.md)
|
2015-10-13 13:01:19 +02:00
|
|
|
- [Command line reference](./reference/index.md)
|
2015-10-13 21:23:27 +02:00
|
|
|
- [Compose file reference](compose-file.md)
|
2014-01-27 12:42:38 +01:00
|
|
|
|
2015-09-04 18:01:44 +02:00
|
|
|
To see a detailed list of changes for past and current releases of Docker
|
2015-10-09 17:08:23 +02:00
|
|
|
Compose, please refer to the
|
|
|
|
[CHANGELOG](https://github.com/docker/compose/blob/master/CHANGELOG.md).
|