【发布时间】:2021-12-30 15:52:52
【问题描述】:
我已经使用我的 docker compose 有一段时间了,但是今天它第一次给我这个错误,当我想启动或构建我的 compose 时:
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,甚至删除图像和容器,但我仍然收到此错误。 此外,我的 docker compose 不包含 tty 变量。
【问题讨论】:
标签: docker docker-compose timeout httprequest docker-build