compose/fig/cli
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
..
__init__.py plum -> fig 2013-12-20 20:28:24 +00:00
colors.py First version with python3 support. 2014-01-06 17:58:49 +00:00
command.py Merge pull request #113 from orchardup/alternate-fig-file 2014-03-03 11:12:09 +00:00
docopt_command.py First version with python3 support. 2014-01-06 17:58:49 +00:00
errors.py Indent string literals 2014-02-26 16:34:45 +00:00
formatter.py Remove compat texttable module - breaks on Python 2.7 2014-01-09 15:32:59 +00:00
log_printer.py fix issue with utf8 encoding in logger stdout 2014-04-11 11:21:20 -07:00
main.py Set "VolumesFrom" when starting containers 2014-04-23 15:46:26 +01:00
multiplexer.py Stop 'fig up' when a container exits 2014-03-25 13:19:32 +00:00
socketclient.py fix issue with utf8 encoding in logger stdout 2014-04-11 11:21:20 -07:00
utils.py Remove unused imports 2014-04-14 22:39:49 +01:00