summaryrefslogtreecommitdiff
path: root/compose/service.py
Commit message (Expand)AuthorAge
* 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 #5822 from brainlock/fix-gh-5179Joffrey F2018-03-27
|\
| * fix race condition in Service.create_container()Alberto Piai2018-03-27
* | Add --compress option to build commandJoffrey F2018-03-23
|/
* Add support for cpu_rt_period and cpu_rt_runtime.Matthieu Nottale2018-03-19
* Merge pull request #5751 from mnottale/cpu_periodJoffrey F2018-03-08
|\
| * Add support for 'cpu_period' for compose v2.1-v2.3.Matthieu Nottale2018-03-07
* | Revamp ParallelStreamWriter to fix display issues.Matthieu Nottale2018-03-07
|/
* Restore container ID aliasJoffrey F2018-02-27
* 'run' command can use network aliases for serviceThomas Scholtes2018-02-27
* Merge pull request #5706 from docker/5601-config-proxyJoffrey F2018-02-27
|\
| * Use configfile-provided proxy values to populate buildargs and env valuesJoffrey F2018-02-22
* | Add support for device_cgroup_rules in v2.3 filesJoffrey F2018-02-26
* | Add support for seccomp filesJoffrey F2018-02-26
* | Add '--quiet' option to 'up' to pull silently.Matthieu Nottale2018-02-23
|/
* Modified options dict leads to a mismatched config hash for API < 1.30Joffrey F2018-02-06
* Bump python SDK to 3.0.0Joffrey F2018-01-31
* Don't break during recreate when a mount target is updatedJoffrey F2018-01-23
* Add up flag `--renew-anon-volumes` (shorthand -V)Joffrey F2018-01-22
* Improve ImageNotFound handling in convergenceJoffrey F2018-01-19
* The updated unit test simulates the error in the bug. What's happeningIan Glen Neal2018-01-19
* Remove rebuild parameter ; set do_build insteadJoffrey F2018-01-19
* Fix #5465 by catching a no-image exception inIan Glen Neal2018-01-19
* Move priority option to service network referenceJoffrey F2018-01-11
* Fixed python34 comparison issueZal Daroga2018-01-11
* Fixed network priorities. Resolves #5042Zal Daroga2018-01-11
* Added prioritization of networksZal Daroga2018-01-11
* Support legacy tmpfs mountsJoffrey F2018-01-10
* 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
* | Convert mounts to legacy volumes if API version < 1.30Joffrey F2017-12-18
* | Add support for mount syntaxJoffrey F2017-12-05
* | Merge pull request #5410 from sethktaylor11/5374-build-memoryJoffrey F2017-12-04
|\ \ | |/ |/|
| * Adds support for a memory flag to docker-compose build.Samantha Miller2017-12-03
* | Use mounts for secrets instead of volumesJoffrey F2017-11-29
* | 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
* | Merge pull request #5361 from docker/5282-build-extra-hostsJoffrey F2017-11-09
|\ \
| * | Add support for extra_hosts in build configJoffrey F2017-11-09
| |/
* | Remove redundant log messageJoffrey F2017-11-09
* | Merge pull request #5250 from garribas/4801-progress-markersJoffrey F2017-11-09
|\ \ | |/ |/|
| * Progress markers are not shown correctly for docker-compose up (fixes #4801)Guillermo Arribas2017-10-13
* | Added unit test and used stop_timeoutAndy Neff2017-11-01
* | Have stop_grace_period also set StopTimeout on createAndy Neff2017-11-01
* | Add support for oom_kill_disable in service configJoffrey F2017-10-25
* | Placing dots in hostname no longer populates domainname if api >= 1.23 (fixes...Guillermo Arribas2017-10-19
* | Move build labels parsing to config moduleJoffrey F2017-10-16
* | Build labels option: array form produces unmarshal error (fixes #5183)Guillermo Arribas2017-10-13
|/
* Add get_secret_volumes unit testsJoffrey F2017-10-13