mirror of https://github.com/docker/docs.git
Added better links to Compose overview docs (#4074)
* added better links to Compose overview docs Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> * fixed drupal samples link per feedback Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
aafd23fb9b
commit
6dd38de6c8
|
@ -10,13 +10,13 @@ Compose is a tool for defining and running multi-container Docker applications.
|
||||||
- [Compose Overview](overview.md)
|
- [Compose Overview](overview.md)
|
||||||
- [Install Compose](install.md)
|
- [Install Compose](install.md)
|
||||||
- [Getting Started](gettingstarted.md)
|
- [Getting Started](gettingstarted.md)
|
||||||
- [Get started with Drupal](http://docker4drupal.org/)
|
|
||||||
- [Get started with Django](django.md)
|
- [Get started with Django](django.md)
|
||||||
- [Get started with Rails](rails.md)
|
- [Get started with Rails](rails.md)
|
||||||
- [Get started with WordPress](wordpress.md)
|
- [Get started with WordPress](wordpress.md)
|
||||||
|
- [Get started with Drupal](/samples/drupal/)
|
||||||
- [Frequently asked questions](faq.md)
|
- [Frequently asked questions](faq.md)
|
||||||
- [Command-line reference](./reference/index.md)
|
- [Command-line reference](./reference/index.md)
|
||||||
- [Compose file reference](compose-file.md)
|
- [Compose file reference](/compose/compose-file/index.md)
|
||||||
- [Environment file](env-file.md)
|
- [Environment file](env-file.md)
|
||||||
|
|
||||||
To see a detailed list of changes for past and current releases of Docker
|
To see a detailed list of changes for past and current releases of Docker
|
||||||
|
|
|
@ -4,6 +4,8 @@ keywords: documentation, docs, docker, compose, orchestration, containers
|
||||||
title: Overview of Docker Compose
|
title: Overview of Docker Compose
|
||||||
---
|
---
|
||||||
|
|
||||||
|
>**Looking for Compose file reference?** [Find the latest version here](/compose/compose-file/index.md).
|
||||||
|
|
||||||
Compose is a tool for defining and running multi-container Docker applications.
|
Compose is a tool for defining and running multi-container Docker applications.
|
||||||
With Compose, you use a Compose file to configure your application's services.
|
With Compose, you use a Compose file to configure your application's services.
|
||||||
Then, using a single command, you create and start all the services
|
Then, using a single command, you create and start all the services
|
||||||
|
|
Loading…
Reference in New Issue