Add an index to the bottom of the Compose docs as they're scattered around docs.docker.com

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-02-25 18:43:33 +10:00
commit 5b07c581e0
9 changed files with 77 additions and 10 deletions

View file

@ -5,8 +5,8 @@ page_keywords: fig, composition, compose, docker, orchestration, cli, reference
# CLI reference
Most commands are run against one or more services. If the service is not
specified, the command will apply to all services.
Most Docker Compose commands are run against one or more services. If
the service is not specified, the command will apply to all services.
For full usage information, run `docker-compose [COMMAND] --help`.
@ -172,9 +172,10 @@ the daemon.
Configures the path to the `ca.pem`, `cert.pem`, and `key.pem` files used for TLS verification. Defaults to `~/.docker`.
## Compose Documentation
## Compose documentation
- [Installing Compose](install.md)
- [Intro & Overview](index.md)
- [User guide](index.md)
- [Yaml file reference](yml.md)
- [Compose environment variables](env.md)
- [Compose command line completion](completion.md)