You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified the Docker configuration "Registry Mirrors" in the configuration file /.colima/default/colima.yaml. However, when I execute "docker pull redis", I still get an error.
mrspin@MrSpin default % colima version
colima version 0.6.9
git commit: c3a31ed
mrspin@MrSpin default % 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/mrspin/.colima/default/docker.sock
colima ssh
The error is shown in the figure.
mrspin@MrSpin default % docker pull redis
Using default tag: latest
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)
The file /.colima/default/colima.yaml is shown in the figure.
The text was updated successfully, but these errors were encountered:
I have modified the Docker configuration "Registry Mirrors" in the configuration file /.colima/default/colima.yaml. However, when I execute "docker pull redis", I still get an error.
mrspin@MrSpin default % colima version
colima version 0.6.9
git commit: c3a31ed
runtime: docker
arch: aarch64
client: v26.1.4
server: v26.1.1
mrspin@MrSpin default % 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/mrspin/.colima/default/docker.sock
colima ssh
The error is shown in the figure.
mrspin@MrSpin default % docker pull redis
Using default tag: latest
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)
The file /.colima/default/colima.yaml is shown in the figure.
The text was updated successfully, but these errors were encountered: