def IsValidPath()

in container_agent/run_containers.py [0:0]


def IsValidPath(path):
    return path[0] == '/' and len(path) <= MAX_PATH_LEN