Can't pull docker images using Azure CLI

Anonymous
2023-08-15T13:36:11.52+00:00

az acr check-health --name daprcontainerreg --ignore-errors --yes

When executing this command I get the following error message, even though the Docker daemon seems to be running properly:User's image

What could be causing this issue?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
493 questions
{count} votes

1 answer

Sort by: Most helpful
  1. mutaz-msft 2,351 Reputation points Microsoft Employee
    2023-08-15T14:26:08.9966667+00:00

    Hi Nobis Christopher - s2110307080,

    Can you try to pull the image using docker directly to verify the docker:
    docker pull mcr.microsoft.com/mcr/hello-world:latest

    Also, can you verify your local network, and check if you are using proxy since this could cause the issue.

    0 comments No comments

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.