zqtc0325
(Zqtc0325)
May 9, 2025, 6:16am
1
can anyone help me with this? try to run untrunt with docker to fix some video. but the program just won’t build for some reason. know nothing about docker and coding. i just follow the steps i found in github. can anyone point me to the right direction to get this to work?
meyay
(Metin Y.)
May 9, 2025, 6:52am
2
It’s a bit confusing that the title says: Ubuntu, but the tags include macos.
I assume it’s about docker-ce on Ubuntu, then these commands should help
docker logout
docker login
zqtc0325
(Zqtc0325)
May 9, 2025, 7:02am
4
i try and i got this notice ( i m using vpn btw
rimelek
(Ákos Takács)
May 10, 2025, 10:52pm
5
Please, tell us more about Docker version.
docker version
Also try using curl from the host:
curl -X POST https://hub.docker.com/v2/access-tokens/desktop-generate
It should return
{"message":"unauthorized","errinfo":{}}
You should also make sure you are using a properly working DNS server that resolves the domain to the right IP addresses.
opened 03:44AM - 11 Jun 24 UTC
closed 05:15PM - 17 Jun 24 UTC
### Description
can't docker pull images in China, who know what happened ?
##… # Reproduce
failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/25/25d4f4c53ee345457f55dc77f65dd6e6737f936a178709b2547e51186290202c/data?verify=1718079893-D1%2FpJc%2FKKgeeGYg42JoGk7Utj0U%3D": dial tcp 199.59.149.236:443: i/o timeout
### Expected behavior
_No response_
### docker version
```bash
Client: Docker Engine - Community
Version: 26.1.3
API version: 1.45
Go version: go1.21.10
Git commit: b72abbb
Built: Thu May 16 08:33:49 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 26.1.3
API version: 1.45 (minimum version 1.24)
Go version: go1.21.10
Git commit: 8e96db1
Built: Thu May 16 08:33:49 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.9
GitCommit: 1c90a442489720eec95342e1789ee8a5e1b9536f
nvidia:
Version: 1.1.4
GitCommit: v1.1.4-0-g5fd4c4d
docker-init:
Version: 0.19.0
GitCommit: de40ad0
```
### docker info
```bash
Client: Docker Engine - Community
Version: 26.1.3
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.14.0
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.27.1
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 3
Running: 2
Paused: 0
Stopped: 1
Images: 6
Server Version: 26.1.3
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
Swarm: inactive
Runtimes: nvidia runc io.containerd.runc.v2
Default Runtime: nvidia
Init Binary: docker-init
containerd version: 1c90a442489720eec95342e1789ee8a5e1b9536f
runc version: v1.1.4-0-g5fd4c4d
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: builtin
Kernel Version: 5.15.0-107-generic
Operating System: Ubuntu 20.04.6 LTS
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 15.44GiB
Name: bdca-shenzhou
ID: efcb31ba-c29d-4ce5-8dfd-6760f6b0d06c
Docker Root Dir: /var/lib/docker
Debug Mode: false
HTTP Proxy: http://127.0.0.1:7890
HTTPS Proxy: http://127.0.0.1:7890
Username: pandaman666
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
```
### Additional Info
_No response_
At least this was the most common issue when people got timeout from Docker Hub or a Docker Hub related domain.