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:
parent
17bbb9d357
commit
5b07c581e0
9 changed files with 77 additions and 10 deletions
11
docs/cli.md
11
docs/cli.md
|
|
@ -5,8 +5,8 @@ page_keywords: fig, composition, compose, docker, orchestration, cli, reference
|
|||
|
||||
# CLI reference
|
||||
|
||||
Most commands are run against one or more services. If the service is not
|
||||
specified, the command will apply to all services.
|
||||
Most Docker Compose commands are run against one or more services. If
|
||||
the service is not specified, the command will apply to all services.
|
||||
|
||||
For full usage information, run `docker-compose [COMMAND] --help`.
|
||||
|
||||
|
|
@ -172,9 +172,10 @@ the daemon.
|
|||
|
||||
Configures the path to the `ca.pem`, `cert.pem`, and `key.pem` files used for TLS verification. Defaults to `~/.docker`.
|
||||
|
||||
## Compose Documentation
|
||||
## Compose documentation
|
||||
|
||||
- [Installing Compose](install.md)
|
||||
- [Intro & Overview](index.md)
|
||||
- [User guide](index.md)
|
||||
- [Yaml file reference](yml.md)
|
||||
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue