mirror of https://github.com/docker/compose.git
Link between pages in the CLI reference section
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
4bdf57ead8
commit
1eb925ee31
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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](/)
|
||||
|
|
Loading…
Reference in New Issue