compose/tests
Aanand Prasad 80991f1521 Set "VolumesFrom" when starting containers
This is necessary when working with Docker 0.10.0 and up. Fortunately,
we can set it both when creating and starting, and retain compatibility
with 0.8.x and 0.9.x.

recreate_containers() is now responsible for starting containers, as
well as creating them. This greatly simplifies usage of the Service
class.
2014-04-23 15:46:26 +01:00
..
fixtures Alternate fig file can be specified with -f 2014-03-01 11:29:23 +00:00
__init__.py Fix Python 2.6 2014-01-06 17:58:49 +00:00
cli_test.py Add test for fig rm 2014-03-04 11:00:09 +00:00
container_test.py Add number to container 2014-01-16 18:05:59 +00:00
project_test.py Set "VolumesFrom" when starting containers 2014-04-23 15:46:26 +01:00
service_test.py Set "VolumesFrom" when starting containers 2014-04-23 15:46:26 +01:00
sort_service_test.py Implement topological sort using Cormen/Tarjan algorithm to handle a->b->c dependencies and detect a->b->c->a cycles. 2014-02-12 09:09:55 +00:00
split_buffer_test.py Fig bug in split_buffer where input was being discarded 2014-01-22 17:44:04 +00:00
testcases.py Update to docker-py 0.3.1 2014-04-15 10:41:06 +01:00