Hey all, when trying to pull an image using docker...
# rancher-desktop
p
Hey all, when trying to pull an image using docker, I'm getting the following...
Copy code
docker pull <http://mcr.microsoft.com/mcr/hello-world:latest|mcr.microsoft.com/mcr/hello-world:latest>
Error response from daemon: Get "<https://mcr.microsoft.com/v2/>": tls: failed to verify certificate: x509: certificate signed by unknown authority
However, when using nerdctl it works.
Copy code
nerdctl image pull  <http://mcr.microsoft.com/mcr/hello-world:latest|mcr.microsoft.com/mcr/hello-world:latest>
<http://mcr.microsoft.com/mcr/hello-world:latest|mcr.microsoft.com/mcr/hello-world:latest>:                                         resolved       |++++++++++++++++++++++++++++++++++++++|
manifest-sha256:92c7f9c92844bbbb5d0a101b22f7c2a7949e40f8ea90c8b3bc396879d95e899a: done           |++++++++++++++++++++++++++++++++++++++|
config-sha256:fce289e99eb9bca977dae136fbe2a82b6b7d4c372474c9235adc1741675f587e:   done           |++++++++++++++++++++++++++++++++++++++|
elapsed: 2.4 s                                                                    total:   0.0 B (0.0 B/s)
I've scoured the innerwebs but have been unable to find a resolution. I''m on MacOS Sonomo behind Zscaler