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

@ -31,3 +31,11 @@ Depending on what you typed on the command line so far, it will complete
- arguments for selected options, e.g. `docker-compose kill -s` will complete some signals like SIGHUP and SIGUSR1.
Enjoy working with Compose faster and with less typos!
## Compose documentation
- [Installing Compose](install.md)
- [User guide](index.md)
- [Command line reference](cli.md)
- [Yaml file reference](yml.md)
- [Compose environment variables](env.md)