Error RabbitMQ with Docker for Windows server

0 votes

I've installed Docker for Windows Server on an Azure Virtual Machine.

I'm trying to set up RabbitMQ and every time I run this command, I get an error:

docker run -d --hostname my-rabbit --name some-rabbit rabbitmq:3
Error:
Pulling from library/rabbitmq C:\Program Files\Docker\docker.exe: no matching manifest for windows/amd64 in the manifest list entries.
Oct 4, 2018 in Docker by Sophie may
• 10,610 points
1,348 views

2 answers to this question.

0 votes

It looks like you need to start dockerd.exe using the --experimental flag

dockerd.exe --experimental ...

In you case you have Experimental: false

answered Oct 4, 2018 by Tyrion anex
• 8,700 points
0 votes

Connecting to other containers

  1. Step 1: Create a network. $ docker network create app-tier --driver bridge.
  2. Step 2: Launch the RabbitMQ server instance. Use the network app-tier argument to the docker run command to attach the RabbitMQ container to the app-tier network. 
  3. Step 3: Launch your RabbitMQ client instance.
Hope this will help
Best regards
answered Aug 29, 2020 by Pistle
• 1,000 points

Related Questions In Docker

0 votes
1 answer
0 votes
1 answer

Error: Docker for Windows not working

The following worked for me: Download VirtualBox 5.03  Reboot ...READ MORE

answered Aug 14, 2018 in Docker by Sophie may
• 10,610 points
1,153 views
0 votes
1 answer

Error: “Docker for Windows: No hypervisor is present”

I faced the same error and this ...READ MORE

answered Aug 14, 2018 in Docker by Sophie may
• 10,610 points
875 views
0 votes
1 answer

Error: Docker for windows failing to start

I got the same error, just follow ...READ MORE

answered Sep 4, 2018 in Docker by Tyrion anex
• 8,700 points
560 views
+2 votes
1 answer
0 votes
2 answers
0 votes
1 answer

Docker for windows error: Internal server

Have you installed all the dependencies mentioned ...READ MORE

answered Nov 12, 2018 in Docker by Tyrion anex
• 8,700 points
1,061 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP