用UnixHTTPConnectionPool将Docker组合起来

在我们的Jenkins代理中,我们正在运行几个(大约20个)testing,其设置涉及运行docker-compose up大量的服务/容器(大约14个)。

不时,我会得到以下错误:

 ERROR: for testdb-data UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) An HTTP request took too long to complete. Retry with --verbose to obtain debug information. If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60). 

一直没有能够重现这一点。 而且我还在试图弄清楚我们的代理人资源是否被充分利用。

docker -v1.10.1docker-compose -v1.13.1

有关这可能与什么有关的任何想法?