Error while pulling image from docker hub

error pulling image configuration: download failed after attempts=6: dialing ``docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com:443`` container via direct connection because disabled has no HTTPS proxy: connecting to ``docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com:443``: dial tcp: lookup ``docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com``: no such host

Getting this error while pulling image from docker . This is happening after i did eval $(minikube docker-env)
I tried : Uninstaling docker desktop → still getting same error

also tried below
eval $(minikube docker-env -u)
unset DOCKER_TLS_VERIFY
unset DOCKER_HOST
unset DOCKER_CERT_PATH
unset MINIKUBE_ACTIVE_DOCKERD

and

minikube stop
minikube delete --all --purge

brew uninstall minikube

but still same error

That’s odd. I’m not sure what it is supposed to mean. Why would “disabled” have an HTTP proxy? What is “disabled”?

I see you are using minikube. I don’t know what Docker is installed in it. Can you reproduce the issue with Docker Desktop or a manually installed Docker CE in a Multipass VM maybe? I’m using both mostly without issues. For some reason the network connection breaks from time to time in Multipass though, so I have to restart the VM..

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.