-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
"docker pull xxx" always failed on MacOS 15.0.1 #1172
Comments
Are other |
Yes, other Docker commands are running well |
same macos 15.0.1, colima 0.7.5, no issue with running docker pull. however the output of colima version is different from yours - the client : v24.0.2 `❯ colima version runtime: docker ❯ colima status ❯ docker version Server: Docker Engine - Community ❯ docker pull mysql |
now output of colima version is same , still no issue to run docker pull `❯ colima version runtime: docker ❯ docker pull mysql |
see if you have the dns name you use in a host file or DNS, because it should not go to HTTP. This does not seem like a colima issue, you could also try to remove the container and pull again. |
my case
something definitely wrong with resolving.
if I try to run the command multiple time then at some point it starts to work.
|
Description
There is the error message when execute command "docker pull xxx":
Using default tag: latest
Error response from daemon: Head "https://registry-1.docker.io/v2/library/mysql/manifests/latest": Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Fmysql%3Apull&service=registry.docker.io": http: server gave HTTP response to HTTPS client
Version
colima version 0.7.5
git commit: 1588c06
runtime: docker
arch: aarch64
client: v27.3.1
server: v27.1.1
limactl version 0.23.2
qemu-img version 9.1.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
macOS: 15.0.1 (24A348)
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/alvin/.colima/default/docker.sock
Reproduction Steps
Expected behaviour
Additional context
The text was updated successfully, but these errors were encountered: