INFO[0020] Error logging in to endpoint, trying next endpoint

Tendo Martyn 6 Reputation points
2023-01-04T16:18:38.88+00:00

Hi am trying to to create a Mttq mosquitto broker to run as container on ACI..

But following the documentation at

after trying to log in with docker login azure i consistently get

INFO[0009] Error logging in to endpoint, trying next endpoint error="Get "https://azure/v2/": dial tcp: lookup azure on ...:: no such host" Get "https://azure/v2/": dial tcp: lookup azure on ...:: no such host

any help ?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Eddie Neto 1,251 Reputation points Microsoft Employee
    2023-01-05T09:19:40.083+00:00

    HI @Tendo Martyn

    Thanks for reaching Q&A.

    Could you please try the login with "az login"?

    The command "docker login azure" is to be used on Docker desktop and not inside of ACI running. I was able to reproduce the same issue as yours and this is not the right way to use it.

    276417-image.png

    Hope this helps. Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.