def get_container_type()

in launcher/nemo/stages.py [0:0]


def get_container_type(container):
    if container is None:
        return None
    if container.endswith(".sqsh"):
        return "enroot"
    return "docker"