docs/compose
Aanand Prasad dfa4bf4452 Ignore containers that don't have a name
If a container is in the process of being removed, or removal has
failed, it can sometimes appear in the output of GET /containers/json
but not have a 'Name' key. In that case, rather than crashing, we can
ignore it.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-08-10 16:29:12 +01:00
..
cli Make sure an exception in any iterator gets raised in the main thread 2015-07-29 19:42:33 +01:00
config Show a warning when a variable is unset 2015-08-06 14:24:11 +01:00
__init__.py Bump 1.4.0dev 2015-06-18 11:56:43 -07:00
const.py Make parallel tasks interruptible with Ctrl-C 2015-07-20 14:13:25 +01:00
container.py Ignore containers that don't have a name 2015-08-10 16:29:12 +01:00
legacy.py Handle case where /containers/json returns "Labels": null 2015-07-15 17:13:33 +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 Ignore containers that don't have a name 2015-08-10 16:29:12 +01:00
service.py Ignore containers that don't have a name 2015-08-10 16:29:12 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Space for errors 2015-07-23 10:55:57 +01:00