in wadebug/wa_actions/docker_utils.py [0:0]
def get_all_running_wa_containers_except_db(): return [c.container for c in get_running_wa_containers() if not c.is_db()]