yutiansut / QUANTAXIS

QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案
https://yutiansut.github.io/QUANTAXIS/
MIT License
8.25k stars 2.97k forks source link

使用docker pull 时报网络错误 #1813

Closed hxl123789 closed 2 years ago

hxl123789 commented 2 years ago

image [root@VM-20-5-centos quantaxis_docker]# docker-compose up Pulling mgdb (daocloud.io/quantaxis/qamongo_single:latest)... ERROR: Head "https://daocloud.io/v2/quantaxis/qamongo_single/manifests/latest": Get "https://daohub-auth.daocloud.io/auth?scope=repository%3Aquantaxis%2Fqamongo_single%3Apull&service=daocloud.io": net/http: request canceled (Client.Timeout exceeded while awaiting headers)

QingYong commented 2 years ago

可以换源到 image: cdy1263/xxx:latest

hxl123789 commented 2 years ago

已解决