docs/compose
Mazz Mosley a68ca199a2 Execute container commands in parallel
Commands able to use this parallelisation are `stop`, `kill` and `rm`.

We're using a backported function from python 3, to allow us to make
the most of a pool of threads without having to write the low level
code for managing this ourselves.

A default value for number of threads is a low enough number so it
shouldn't cause performance problems but if someone knows the
capability of their system and wants to increase it, they can via
an environment variable DEFAULT_MAX_WORKERS

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-07-15 11:02:50 +01:00
..
cli Show an error on 'run' when there are legacy one-off containers 2015-07-06 14:45:17 +01:00
__init__.py Bump 1.4.0dev 2015-06-18 11:56:43 -07:00
config.py Add support for log_opt 2015-07-07 16:26:43 +01:00
const.py Execute container commands in parallel 2015-07-15 11:02:50 +01:00
container.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
legacy.py Show an error on 'run' when there are legacy one-off containers 2015-07-06 14:45:17 +01:00
progress_stream.py Possible division by zero error when pulling an image - fixes #1463 2015-05-26 15:34:34 -07:00
project.py Execute container commands in parallel 2015-07-15 11:02:50 +01:00
service.py Execute container commands in parallel 2015-07-15 11:02:50 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Execute container commands in parallel 2015-07-15 11:02:50 +01:00