docker logs -f --until=10s container_id
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
arr = [a1,a2,...,an]
y=next((x for x in arr if x!=1), False)
print("There are not only 1s in the array" if y else "There are only 1s in the array")