docs/compose
Daniel Nephin ed4473c849 Fix signal handling with pyinstaller.
Raise a ShutdownException instead of a KeyboardInterupt when a thread.error
is caught. This thread.error is only raised when run from a pyinstaller
binary (for reasons unknown).

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-03-01 16:39:43 -05:00
..
cli Fix signal handling with pyinstaller. 2016-03-01 16:39:43 -05:00
config Merge pull request #2388 from dnephin/fix_long_lines 2016-02-25 16:52:33 -08:00
__init__.py Bump 1.7.0dev 2016-02-04 23:46:41 +00:00
__main__.py Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 2016-01-07 13:09:24 -05:00
const.py Detailed error message when daemon version is too old. 2016-02-11 15:20:32 -08:00
container.py implement exec 2016-02-29 10:50:09 +01:00
network.py Handle mismatched network formats in config files 2016-02-18 15:24:41 -08:00
parallel.py Fix signal handling with pyinstaller. 2016-03-01 16:39:43 -05:00
progress_stream.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
project.py Test network_aliases feature 2016-02-18 15:23:46 -08:00
service.py Display containers name when scale a container 2016-02-29 20:19:03 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Apply driver_opts processing to network configs 2016-02-18 10:53:40 -08:00
volume.py Add logging when initializing a volume. 2016-02-11 11:40:22 -08:00