Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置完成之后,还是拉取不了,请问下这种是什么问题,怎么定位? #53

Open
pastel001 opened this issue Oct 8, 2024 · 2 comments

Comments

@pastel001
Copy link

pastel001 commented Oct 8, 2024

[root@iZ2zeal0deoizipt6pxsvrZ ~]# docker info
Containers: 1
 Running: 0
 Paused: 0
 Stopped: 1
Images: 5
Server Version: 1.13.1
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: journald
Cgroup Driver: systemd
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: docker-runc runc
Default Runtime: docker-runc
Init Binary: /usr/libexec/docker/docker-init-current
containerd version:  (expected: aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1)
runc version: 8891bca22c049cd2dcf13ba2438c0bac8d7f3343 (expected: 9df8b306d01f59d3a8029be411de015b7304dd8f)
init version: fec3683b971d9c3ef73f284f176672c44b448662 (expected: 949e6facb77383876aeff8a6944dde66b3089574)
Security Options:
 seccomp
  WARNING: You're not using the default seccomp profile
  Profile: /etc/docker/seccomp.json
Kernel Version: 3.10.0-1160.6.1.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
Number of Docker Hooks: 3
CPUs: 4
Total Memory: 7.638 GiB
Name: iZ2zeal0deoizipt6pxsvrZ
ID: 6H62:KYZX:WPWP:C3CP:4C6G:W6J2:4O3U:BIRL:EADP:DKBC:MZWT:UAQ4
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 docker.xxx.top
 127.0.0.0/8
Registry Mirrors:
 https://docker.xxx.top
Live Restore Enabled: false
Registries: docker.io (secure)
[root@iZ2zeal0deoizipt6pxsvrZ ~]# docker pull postgres:14.4
Trying to pull repository docker.io/library/postgres ...
Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[root@iZ2zeal0deoizipt6pxsvrZ ~]# docker pull docker.xxx.top/library/postgres:14.4
Trying to pull repository docker.xxx.top/library/postgres ...
Pulling repository docker.xxx.top/library/postgres
Network timed out while trying to connect to http://docker.xxx.top/v1/repositories/library/postgres/images. You may want to check your internet connection or if you are behind a proxy.
[root@iZ2zeal0deoizipt6pxsvrZ ~]#
@pastel001
Copy link
Author

pastel001 commented Oct 8, 2024

报各种各样的错误,并且特别慢

Trying to pull repository docker.xxx.top/library/postgres ...
Pulling repository docker.xxx.top/library/postgres
Error: Status 503 trying to pull repository library/postgres: "<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n\n

@pastel001
Copy link
Author

还有遇到拉到取过程中断的,只有这一次有进度,还中断了

Trying to pull repository docker.xxx.top/library/postgres ...
14.4: Pulling from docker.xxx.top/library/postgres
1efc276f4ff9: Pull complete
66c520df917d: Pull complete
5b124e6748c9: Pull complete
1a06bb042d01: Pull complete
e3849c675ec5: Pull complete
d3b2eaf1435b: Pull complete
074399829dc9: Pull complete
6feb085525d8: Pull complete
02f61377c93d: Downloading
d639033f0429: Downloading
1a040507c35b: Downloading
aa2ec30a462d: Download complete
11209ef4fb4e: Downloading
net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant