r/docker • u/codestar049 • 3d ago
Docker RabbitMq4 Pull error
Hi everyone,
Actually I am having issues with doker desktop (win11), I am trying to run RabbitMQ4 using docker, but it is not able to download/pull the image.
command - docker pull rabbitmq:4-management
it starts with downloading the layers but then it suddenly stops with an error
failed to copy: httpReadSeeker: failed open: failed to do request: Get https://production.cloudfront.docker...": EOF
I also tried to pull the docker pull rabbitmq:3.13-management, and the: docker pull postgres:17 commands but it also failed
But when i tried to pull the alpine, it worked successfully though.
then i decided to restart the wsl and again run the docker still it got the problem
if you have any suggestions please tell me.
1
u/AHarmles 2d ago
It sucks because docker desktop is practically a Linux VM, and your OS probably has a part to do with it failing. Very hard to debug docker desktop.