docker compose up error response #13978
Unanswered
Harold-Peng
asked this question in
Help
Replies: 2 comments 2 replies
-
Added mirror, restart also useless "registry-mirrors": [ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
I encountered the following issue
root@iZf8z4y9mv58y10l1yqmocZ:~/dify/docker# docker compose up -d
[+] Running 3/3
✘ web Error context canceled
✘ api Error Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
✘ worker Error context canceled
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
###I am using ALIYUN ECS
`root@iZf8z4y9mv58y10l1yqmocZ:~/dify/docker# dig registry-1.docker.io
; <<>> DiG 9.18.30-0ubuntu0.22.04.2-Ubuntu <<>> registry-1.docker.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42269
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;registry-1.docker.io. IN A
;; ANSWER SECTION:
registry-1.docker.io. 10 IN A 31.13.73.169
;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Wed Feb 19 09:03:26 CST 2025
;; MSG SIZE rcvd: 65`
Beta Was this translation helpful? Give feedback.
All reactions