compose/compose
Joffrey F 9bf6bc6dbd Bump 1.8.0-rc1
Signed-off-by: Joffrey F <joffrey@docker.com>
2016-06-14 12:35:46 -07:00
..
cli Merge pull request #3595 from dnephin/add-push-and-bundle 2016-06-14 10:57:32 -07:00
config Implement 'docker-compose push' and 'docker-compose bundle' 2016-06-14 12:06:14 -04:00
__init__.py Bump 1.8.0-rc1 2016-06-14 12:35:46 -07:00
__main__.py Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 2016-01-07 13:09:24 -05:00
bundle.py Support entrypoint, labels, and user in the bundle. 2016-06-14 13:00:12 -04:00
const.py Add support for DOCKER_* variables in .env file 2016-03-24 10:57:28 -07:00
container.py Prevent unnecessary inspection of containers when created from an inspect. 2016-04-06 11:14:42 -04:00
network.py Make down idempotent, continue to remove resources if one is missing. 2016-03-15 13:26:29 -04:00
parallel.py Properly handle APIError failures in Project.up 2016-05-02 13:42:05 -07:00
progress_stream.py Implement 'docker-compose push' and 'docker-compose bundle' 2016-06-14 12:06:14 -04:00
project.py Implement 'docker-compose push' and 'docker-compose bundle' 2016-06-14 12:06:14 -04:00
service.py Implement 'docker-compose push' and 'docker-compose bundle' 2016-06-14 12:06:14 -04:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Fix #3281: Unexpected result when using build args with default values 2016-05-28 11:39:41 +02:00
volume.py Make down idempotent, continue to remove resources if one is missing. 2016-03-15 13:26:29 -04:00