Merge pull request #2996 from dnephin/fix_abort_on_container_exit
Fix abort on container exit
This commit is contained in:
commit
ba799d2e86
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue