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:
Victoria Bialas 2017-08-02 09:59:12 -07:00 committed by GitHub
parent aafd23fb9b
commit 6dd38de6c8
2 changed files with 4 additions and 2 deletions

View File

@ -10,13 +10,13 @@ Compose is a tool for defining and running multi-container Docker applications.
- [Compose Overview](overview.md)
- [Install Compose](install.md)
- [Getting Started](gettingstarted.md)
- [Get started with Drupal](http://docker4drupal.org/)
- [Get started with Django](django.md)
- [Get started with Rails](rails.md)
- [Get started with WordPress](wordpress.md)
- [Get started with Drupal](/samples/drupal/)
- [Frequently asked questions](faq.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)
To see a detailed list of changes for past and current releases of Docker

View File

@ -4,6 +4,8 @@ keywords: documentation, docs, docker, compose, orchestration, containers
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.
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