mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
* Adds documentation about the `--ignore-override` option For PR https://github.com/docker/compose/pull/4543 When option `--ignore-override` is provided the `docker-compose.override.yml` file, if it exists, will not be considered for any command. This option has no effect when the `-f` option is used as that explicitly lists the set of files to be considered. Signed-off-by: Dennis Gove <dpgove@gmail.com> * Compose 1.12.0 additions (#2472) * Add mem_reservation to list of v2 options Signed-off-by: Joffrey F <joffrey@docker.com> * Add dns_opt to v2 service configuration Signed-off-by: Joffrey F <joffrey@docker.com> * Add pids_limit to service configurations Signed-off-by: Joffrey F <joffrey@docker.com> * Update list of options for docker-compose rm Signed-off-by: Joffrey F <joffrey@docker.com> * Update list of options for docker-compose config Signed-off-by: Joffrey F <joffrey@docker.com> * Add --exit-code-from to docker-compose up documentation Signed-off-by: Joffrey F <joffrey@docker.com> * Add --parallel to docker-compose pull reference Signed-off-by: Joffrey F <joffrey@docker.com> * Add build-args to docker-compose build reference Signed-off-by: Joffrey F <joffrey@docker.com> * Add --volume to docker-compose run reference Signed-off-by: Joffrey F <joffrey@docker.com> * Add --project-directory to list of docker-compose options Signed-off-by: Joffrey F <joffrey@docker.com> * Add reference docs for images command Signed-off-by: Joffrey F <joffrey@docker.com> * Add documentation for COMPOSE_PATH_SEPARATOR Signed-off-by: Joffrey F <joffrey@docker.com> * Add documentation for cache_from option Signed-off-by: Joffrey F <joffrey@docker.com>
41 lines
988 B
Markdown
41 lines
988 B
Markdown
---
|
|
description: Compose CLI reference
|
|
keywords: fig, composition, compose, docker, orchestration, cli, reference
|
|
title: Compose command-line reference
|
|
notoc: true
|
|
---
|
|
|
|
The following pages describe the usage information for the [docker-compose](overview.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
|
|
|
|
* [docker-compose](overview.md)
|
|
* [build](build.md)
|
|
* [bundle](bundle.md)
|
|
* [config](config.md)
|
|
* [create](create.md)
|
|
* [down](down.md)
|
|
* [events](events.md)
|
|
* [exec](exec.md)
|
|
* [help](help.md)
|
|
* [images](images.md)
|
|
* [kill](kill.md)
|
|
* [logs](logs.md)
|
|
* [pause](pause.md)
|
|
* [port](port.md)
|
|
* [ps](ps.md)
|
|
* [pull](pull.md)
|
|
* [push](push.md)
|
|
* [restart](restart.md)
|
|
* [rm](rm.md)
|
|
* [run](run.md)
|
|
* [scale](scale.md)
|
|
* [start](start.md)
|
|
* [stop](stop.md)
|
|
* [top](top.md)
|
|
* [unpause](unpause.md)
|
|
* [up](up.md)
|
|
|
|
## Where to go next
|
|
|
|
* [CLI environment variables](envvars.md)
|
|
* [docker-compose Command](overview.md)
|