summaryrefslogtreecommitdiff
path: root/cloud/docker/docker_service.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Examples syntax batch5 (#5622)Sam Doran2016-11-151-7/+14
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-131-1/+1
* Surface Compose stdout on failureChris Houseknecht2016-10-051-20/+64
* Improved enumeration of actionsChris Houseknecht2016-10-051-56/+77
* Improved build and pull error handlingChris Houseknecht2016-10-041-17/+36
* Merge pull request #4961 from shaung/iss4504Chris Houseknecht2016-09-271-4/+8
|\
| * Fix #4504 Respect timeout option when starting/stopping/restarting containers.shaung2016-09-221-4/+8
* | Cast scale value to int. Fixes #4592.Chris Houseknecht2016-09-201-1/+1
* | Make project start and stop error handling more resilient, and improve messag...Chris Houseknecht2016-09-201-2/+2
|/
* docker_service: fix files/project_files typoLinus Arver2016-08-171-1/+1
* Improved documentation for returned actions.chouseknecht2016-08-031-2/+28
* When build true call docker-compose build, and add nocache option.chouseknecht2016-08-031-8/+51
* Set version_addedchouseknecht2016-08-021-0/+1
* Add pull option to pull images prior to evaluating service state.chouseknecht2016-08-021-1/+49
* Fixed a typo (#4168)jjshoe2016-07-121-1/+1
* Fix compose_version error. Check has compose before checking version.chouseknecht2016-06-211-3/+3
* docker_service: make PyYAML requirement explicitStefan Hajnoczi2016-06-111-2/+12
* Fix #3906 - Enforce required minimum compose version. (#3925)Chris Houseknecht2016-06-101-0/+8
* Fix for issue 3740. Make docker_service more resilient when targeting older A...chouseknecht2016-05-251-18/+47
* remove module argument, fix #3682 (#3683)Shubham2016-05-171-1/+1
* Revert "Fix doc strings spacing."Matt Martz2016-05-151-6/+6
* Fix doc strings spacing.chouseknecht2016-05-141-6/+6
* Fix doc strings. Missing requirements and doc fragment reference.chouseknecht2016-05-141-1/+9
* Fixed files/project_files naming. Correct name is files.chouseknecht2016-05-121-5/+4
* Flip version added back to 2.2 to make tests pass.chouseknecht2016-05-121-1/+1
* Moving version added to 2.1chouseknecht2016-05-121-1/+1
* Added actions to RETURN docs. Show actions when debug or check mode.chouseknecht2016-05-121-4/+42
* Removed use of --diff. Replaced 'diff' in output with 'actions'. Only show 'a...chouseknecht2016-05-111-29/+29
* Removed fail method. Combined recreate and force_recreate params.chouseknecht2016-05-111-37/+39
* Adding docker_servicechouseknecht2016-05-111-0/+713