ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.

docker-compose 的问题

要改环境变量 

xed ~/.profile
export COMPOSE_HTTP_TIMEOUT=500
export DOCKER_CLIENT_TIMEOUT=500
 source ~/.profile