* 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>
Compose file v1 and v2 docs had relative links to some non-existing pages (especially about extending services). It was probably introduced when `compose-file.md` was detached into directory with single file per compose file version.
copyedit to fix typo
wrapped text properly
replaced original example with Nathan's
added a better sub-title
specifically mentioned not using relative paths
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
pruning Compose file v2 reference
updated Compose v1, v2, v3 files, still WIP
added includes for compatibility matrix, fixed TOC menu
new topic organziation Compose reference, split two 3 files plus versioning
Daniel's comments, fixed links, added more to versioning details
fixed volumes_from example per Daniel's comments for v1
simplified links to version references
copyedits and improved/surfaced links to versioning/upgrade docs
removed for version specific content re: volume_drivers from various files
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>