mirror of https://github.com/docker/docs.git
hide the compose completion page until it's available for v2
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
f28c257f11
commit
fea1b5240e
|
@ -914,8 +914,6 @@ reference:
|
||||||
title: Overview of docker-compose CLI
|
title: Overview of docker-compose CLI
|
||||||
- path: /compose/reference/envvars/
|
- path: /compose/reference/envvars/
|
||||||
title: CLI environment variables
|
title: CLI environment variables
|
||||||
- path: /compose/completion/
|
|
||||||
title: Command-line completion
|
|
||||||
- path: /compose/reference/build/
|
- path: /compose/reference/build/
|
||||||
title: docker-compose build
|
title: docker-compose build
|
||||||
- path: /compose/reference/config/
|
- path: /compose/reference/config/
|
||||||
|
|
|
@ -329,7 +329,7 @@ services. For example, to see what environment variables are available to the
|
||||||
$ docker-compose run web env
|
$ docker-compose run web env
|
||||||
```
|
```
|
||||||
|
|
||||||
See `docker-compose --help` to see other available commands. You can also install [command completion](completion.md) for the bash and zsh shell, which also shows you available commands.
|
See `docker-compose --help` to see other available commands.
|
||||||
|
|
||||||
If you started Compose with `docker-compose up -d`, stop
|
If you started Compose with `docker-compose up -d`, stop
|
||||||
your services once you've finished with them:
|
your services once you've finished with them:
|
||||||
|
|
Loading…
Reference in New Issue