Merge pull request #2996 from dnephin/fix_abort_on_container_exit

Fix abort on container exit
This commit is contained in:
Daniel Nephin 2016-02-23 10:52:12 -08:00
commit ba799d2e86
2 changed files with 10 additions and 0 deletions

View file

@ -662,6 +662,10 @@ class TopLevelCommand(DocoptCommand):
print("Attaching to", list_containers(log_printer.containers))
log_printer.run()
if cascade_stop:
print("Aborting on container exit...")
project.stop(service_names=service_names, timeout=timeout)
def version(self, project, options):
"""
Show version informations