Enhancement issue: Add the ability to set a wait condition in ContainerCollection.run()
Author: rom1sqrCreated Feb 8, 2026Updated Feb 8, 2026
In ContainerCollection.run(), the .wait() method is called without parameter. It should be possible to pass parameters through the .run() method.
Source: docker/docker-py