summaryrefslogtreecommitdiff
path: root/compose/config
Commit message (Expand)AuthorAge
* Fix port serialization with external IPJoffrey F2018-03-30
* Update 2.4 schemaJoffrey F2018-03-30
* Add 2.4 file format with platform support. Also reads DOCKER_DEFAULT_PLATFORM...Joffrey F2018-03-30
* Add support for build isolation parameterJoffrey F2018-03-29
* Merge pull request #5833 from docker/5826-load_retry_utf8Joffrey F2018-03-28
|\
| * On load error, retry reading the file with UTF-8 encodingJoffrey F2018-03-27
* | Avoid fallthrough with empty defaultsJoffrey F2018-03-27
|/
* Add support for cpu_rt_period and cpu_rt_runtime.Matthieu Nottale2018-03-19
* Merge pull request #5769 from docker/5766-fix-secopt-extendJoffrey F2018-03-08
|\
| * Preserve security_opt values in extendsJoffrey F2018-03-08
* | Add support for 'cpu_period' for compose v2.1-v2.3.Matthieu Nottale2018-03-07
|/
* Add support for device_cgroup_rules in v2.3 filesJoffrey F2018-02-26
* Add support for seccomp filesJoffrey F2018-02-26
* Tests for compatibility modeJoffrey F2018-02-16
* Implement compatibility mode,Joffrey F2018-02-05
* Add support for 3.6 schema and tmpfs mount sizeJoffrey F2018-02-02
* Advanced merge for deploy dict in v3 filesJoffrey F2018-01-22
* Add type conversion (number, bool) -> float for label valuesJoffrey F2018-01-17
* Merge branch '4904-label-config-validation' of https://github.com/nginth/comp...Joffrey F2018-01-17
|\
| * Add label config validation, fixes #4904Drew Romanyk2017-11-30
* | Merge pull request #5560 from docker/5371-force-windows-volume-parsingJoffrey F2018-01-17
|\ \
| * | Add environment variable to force windows parsing style of volume pathsJoffrey F2018-01-10
* | | Move priority option to service network referenceJoffrey F2018-01-11
* | | Added prioritization of networksZal Daroga2018-01-11
* | | Merge pull request #5558 from docker/5554-tmpfs-mount-3.2Joffrey F2018-01-11
|\ \ \ | |/ / |/| |
| * | Support legacy tmpfs mountsJoffrey F2018-01-10
* | | Fix unicode errors in interpolation / serializationJoffrey F2018-01-09
|/ /
* | Merge pull request #5531 from docker/5505-required-variablesJoffrey F2018-01-08
|\ \
| * | Support ${VAR:?err} syntax for mandatory variablesJoffrey F2018-01-05
* | | Merge branch '5360-add-runtime-support' of https://github.com/cuckoohello/com...Joffrey F2018-01-04
|\ \ \ | |/ / |/| |
| * | add support for `runtime` option in service definitionsYafeng Shan2017-12-04
| * | Merge pull request #5415 from docker/5377-secrets-mountsJoffrey F2017-12-01
| |\ \
| | * | Use mounts for secrets instead of volumesJoffrey F2017-11-29
| * | | Merge pull request #5418 from nginth/5352-fix-volume-configJoffrey F2017-12-01
| |\ \ \ | | |/ / | |/| |
| | * | Add config validation for service volumes, fixes #5352Drew Romanyk2017-11-30
| | |/
| * | Merge pull request #5397 from sethktaylor11/4937-LabelsJoffrey F2017-11-29
| |\ \
| | * | Added a label option to 'docker-compose run' and test.Samantha Miller2017-11-28
| * | | Refactor subnet cidr validator & add new testDrew Romanyk2017-11-13
| * | | Add format to other v3 configs & remove unix dependencyDrew Romanyk2017-11-10
| * | | Fix subnet config test for windowsDrew Romanyk2017-11-09
| * | | Implement subnet config validation (fixes #4552)Drew Romanyk2017-11-09
| | |/ | |/|
| * | Add support for extra_hosts in build configJoffrey F2017-11-09
| |/
| * Fix service label parsingJoffrey F2017-11-03
| * Add support for oom_kill_disable in service configJoffrey F2017-10-25
| * Add support for BOM-signed env filesJoffrey F2017-10-24
| * Improve process_healthcheck readabilityJoffrey F2017-10-23
| * Wrong format in the healthcheck test does not issue a warning (fixes #4424)Guillermo Arribas2017-10-23
| * Add type converter to interpolation moduleJoffrey F2017-10-23
| * Allow empty default values in variable interpolation (fixes #5185)Guillermo Arribas2017-10-20
| * Config command generates invalid volumes (fixes #5176)Guillermo Arribas2017-10-16