I am trying to pull docker image from docker hub to azure following this docs on docker https://docs.docker.com/cloud/aci-integration/.
when I enter the command:
docker login azure
I get the error:
Error response from daemon: Get https://azure/v2/: dial tcp: lookup azure: no such host
I am not behind any vpn or proxy. I have tried some of the solutions mentioned in other threads like adding 8.8.8.8 & 8.8.8.4 in my resolv.conf and restarting docker daemon. But those solutions did not work.
docker login azure
fails butaz login
works well. So it is clearly not a network problem. – Lucianoaz login
instead and it works as of 16/9/2021 – Pachyderm