docs/compose/cli
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
..
__init__.py
colors.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
command.py Falling back to default project name when COMPOSE_PROJECT_NAME is set to empty 2016-01-30 10:14:45 +02:00
docker_client.py Wrap long lines and restrict lines to 105 characters. 2016-02-04 19:05:39 -05:00
docopt_command.py implement exec 2016-02-29 10:50:09 +01:00
errors.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
formatter.py Use colors when logging warnings or errors, so they are more obvious. 2015-10-29 14:06:50 -04:00
log_printer.py Stop other containers if the flag is set. 2016-02-22 16:48:46 -08:00
main.py Fix signal handling with pyinstaller. 2016-03-01 16:39:43 -05:00
multiplexer.py Fix signal handling with pyinstaller. 2016-03-01 16:39:43 -05:00
signals.py Stop other containers if the flag is set. 2016-02-22 16:48:46 -08:00
utils.py Add the git sha to version output 2015-11-18 13:21:14 -05:00
verbose_proxy.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00