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
3 changed files with 17 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue