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
parent 4bdf57ead8
commit 1eb925ee31
3 changed files with 17 additions and 5 deletions

View File

@ -55,3 +55,8 @@ used all paths in the configuration are relative to the current working
directory.
Each configuration can has a project name. If you supply a `-p` flag, you can specify a project name. If you don't specify the flag, Compose uses the current directory name.
## Where to go next
* [CLI environment variables](overview.md)
* [Command line reference](index.md)

View File

@ -27,3 +27,8 @@ The following pages describe the usage information for the [docker-compose](/ref
* [rm](/reference/rm.md)
* [scale](/reference/scale.md)
* [stop](/reference/stop.md)
## Where to go next
* [CLI environment variables](overview.md)
* [docker-compose Command](docker-compose.md)

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](/)