Impossible to login to my azure container registry with docker login -
i created azure container registre days ago, , it's impossible login registry docker login command. error message:
error response daemon: https://xxxxxxxxx.azurecr.io/v2/: dial tcp: lookup xxxxxxxxx.azurecr.io on [::1]:53: read udp [::1]:52627->[::1]:53: read: connection refused
docker client may throw such error when unable connect local docker daemon properly. so, restart/reinstall-docker should fix that.
Comments
Post a Comment