Link between pages in the CLI reference section

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2015-09-02 16:59:04 -04:00 committed by Daniel Nephin
commit 1eb925ee31
3 changed files with 17 additions and 5 deletions

View file

@ -14,6 +14,13 @@ weight=-2
This section describes the subcommands you can use with the `docker-compose` command. You can run subcommand against one or more services. To run against a specific service, you supply the service name from your compose configuration. If you do not specify the service name, the command runs against all the services in your configuration.
## Commands
* [docker-compose Command](docker-compose.md)
* [CLI Reference](index.md)
## Environment Variables
Several environment variables are available for you to configure the Docker Compose command-line behaviour.
@ -70,11 +77,6 @@ Configures the time (in seconds) a request to the Docker daemon is allowed to ha
it failed. Defaults to 60 seconds.
## Compose documentation
- [User guide](/)