Having problem download Azurite Docker Container #2522
Unanswered
Ghassan Karwchan (gkarwchan)
asked this question in
Q&A
Replies: 2 comments 2 replies
|
I can't repro you issue. Not sure why this happen on you machine. Would you like to install Azurite with npm and run it as a workaround? |
2 replies
|
From Brazil, I am facing the same issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I asked this questions on Docker forum, and on stackoverflow and didn't get help, and I am hoping I can get help here.
I am using Azurite as a docker container.
I am using Docker Desktop for windows 11 with WSL 2 integration, and running it as Linux containers.
I have 7 images/containers including Azurite (ProgressDB, ElasticSearch, Redis, RabbitMq,... and Azurite).
I have been running those containers for more than 3 years, and always keep updating Docker desktop for latest version, without any problem.
But on last time I upgraded Docker desktop from 4.36 to 4.37.1.
The upgrade ereased existing containers, so I rum my docker-compose to re-run my containers.
All of them run ok, except Azurite.
The image itself is not downloading.
when I do
docker pull mcr.microsoft.com/azure-storage/azuriteIt returns this error message
Error response from daemon: failed to resolve reference "mcr.microsoft.com/azure-storage/azurite:latest": failed to do request: Head "https://mcr.microsoft.com/v2/azure-storage/azurite/manifests/latest": EOFSomething on my machine is preventing docker from accessing that URL.
My machine is a personal machine, so there is no proxy setting, or VPN, or anything like that.
I tried to acess that URL in the error message: https://mcr.microsoft.com/v2/azure-storage/azurite/manifests/latest
And I can access it correctly from my browser or from "curl"
I ping mcr.microsoft.com, and it is ping correctly.
I downgrade Docker Desktop to its previous version, but the problem still the sam.
I tried to clear all my docker cache by doing system prune
docker system prune --alland re-pull and re-run all my images and containers, and all of them (6 others) running ok, except Azurite.
hopefully someone can help me
All reactions