Get “https://registry-1.docker.io/v2/“: net/http: request canceled while waiting for connection
,^C。
root@node37:~# cat /etc/resolv.conf
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "resolvectl status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 127.0.0.53
nameserver 8.8.8.8
nameserver 8.8.4.4
options edns0 trust-ad
root@node37:~#
root@node37:~# cat /etc/docker/daemon.json
{
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
},
"registry-mirrors": [
"https://registry.docker-cn.com",
"https://docker.m.daocloud.io",
"https://dockerproxy.com",
"https://docker.mirrors.ustc.edu.cn",
"https://docker.nju.edu.cn",
"https://iju9kaj2.mirror.aliyuncs.com",
"http://hub-mirror.c.163.com",
"https://cr.console.aliyun.com",
"https://hub.docker.com",
"http://mirrors.ustc.edu.cn",
"https://docker.xuanyuan.me"
]
}
root@node37:~# docker pull vllm/vllm-openai:v0.12.0
v0.12.0: Pulling from vllm/vllm-openai
66587c81b81a: Pull complete
f29b1d4013a9: Pull complete
340d44d2921c: Pull complete
59a4bcbddda3: Pull complete
6e8af4fd0a07: Pull complete
434c1055c3fc: Pull complete
6975ef36332c: Pull complete
6e97a5256f0e: Pull complete
0a24b21eac83: Pull complete
55a018b7b19b: Pull complete
8dfd450bbf21: Pull complete
160a32f0c5be: Downloading [==================================================>] 1.532GB/1.532GB
d062e4280a39: Download complete
801d3b474ca4: Download complete
3b0034c5bdcb: Download complete
d0f8699ae37c: Download complete
e75b1482f8cf: Download complete
13506a982b6c: Download complete
f9ef328a4521: Download complete
f99f6c78165c: Download complete
481c64a10291: Download complete
Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
root@node37:~# docker pull vllm/vllm-openai:v0.12.0
v0.12.0: Pulling from vllm/vllm-openai
66587c81b81a: Pull complete
f29b1d4013a9: Pull complete
340d44d2921c: Downloading [==============================================> ] 97.02MB/103.5MB
59a4bcbddda3: Download complete
6e8af4fd0a07: Download complete
434c1055c3fc: Download complete
6975ef36332c: Download complete
6e97a5256f0e: Downloading [==========================> ] 123.1MB/229.9MB
0a24b21eac83: Downloading [===> ] 104.7MB/1.388GB
55a018b7b19b: Waiting
8dfd450bbf21: Waiting
160a32f0c5be: Waiting
d062e4280a39: Pulling fs layer
801d3b474ca4: Waiting
3b0034c5bdcb: Waiting
d0f8699ae37c: Waiting
e75b1482f8cf: Waiting
13506a982b6c: Waiting
f9ef328a4521: Waiting
f99f6c78165c: Waiting
481c64a10291: Waiting
^C
root@node37:~# export DOCKER_CLIENT_TIMEOUT=1200
root@node37:~# export COMPOSE_HTTP_TIMEOUT=1200
root@node37:~#
root@node37:~# docker pull vllm/vllm-openai:v0.12.0
v0.12.0: Pulling from vllm/vllm-openai
66587c81b81a: Pull complete
f29b1d4013a9: Pull complete
340d44d2921c: Pull complete
59a4bcbddda3: Pull complete
6e8af4fd0a07: Pull complete
434c1055c3fc: Pull complete
6975ef36332c: Pull complete
6e97a5256f0e: Pull complete
0a24b21eac83: Pull complete
55a018b7b19b: Pull complete
8dfd450bbf21: Pull complete
160a32f0c5be: Pull complete
d062e4280a39: Pull complete
801d3b474ca4: Pull complete
3b0034c5bdcb: Pull complete
d0f8699ae37c: Pull complete
e75b1482f8cf: Pull complete
13506a982b6c: Pull complete
f9ef328a4521: Pull complete
f99f6c78165c: Pull complete
481c64a10291: Pull complete
Digest: sha256:6766ce0c459e24b76f3e9ba14ffc0442131ef4248c904efdcbf0d89e38be01fe
Status: Downloaded newer image for vllm/vllm-openai:v0.12.0
docker.io/vllm/vllm-openai:v0.12.0
更多推荐
所有评论(0)