in wadebug/wa_actions/docker_utils.py [0:0]
def get_wa_containers(): """Return all probably relevant containers, including MySQL, if exists.""" return [WAContainer(c) for c in get_all_containers() if is_wa_container(c)]