top-bettercode / docker-qq

提供一种在linux下运行QQ的方式
https://hub.docker.com/r/bestwu/qq/
Apache License 2.0
404 stars 52 forks source link

执行docker-compose up -d time out #26

Closed Zhongwei-Luo closed 4 years ago

Zhongwei-Luo commented 4 years ago

lzw@resplendent-star:~$ docker-compose up -d WARNING: The GID variable is not set. Defaulting to a blank string. WARNING: The UID variable is not set. Defaulting to a blank string. Pulling qq (bestwu/qq:office)... ERROR: Get https://registry-1.docker.io/v2/bestwu/qq/manifests/office: Get https://auth.docker.io/token?scope=repository%3Abestwu%2Fqq%3Apull&service=registry.docker.io: net/http: TLS handshake timeout

rammiah commented 4 years ago

docker下载超时,去网上找一下如何给docker挂代理或者替换成国内的源。可以参考一下这个Docker中国源

Zhongwei-Luo commented 4 years ago

docker下载过期,去网上找一下如何给docker挂代理或替换成国内的源。可以参考一下这个Docker中国源

谢谢