Patrick Sheridan

Results 1 issues of Patrick Sheridan

``` container = docker_client.containers.run(image = image, command = cmd, detach = True, auto_remove = False, ) container.wait(timeout = 10) ``` Without a timeout, everything works fine. With a timeout I...