Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching manifest for windows/amd64 in the manifest list entries. #198

Closed
webstep-or opened this issue Sep 26, 2017 · 5 comments
Closed

Comments

@webstep-or
Copy link

I'm trying to set up rabbitmq on Windows Server 2016.

docker run -d --hostname my-rabbit --name some-rabbit rabbitmq:3

I get this
No matching manifest for windows/amd64 in the manifest list entries.

@yosifkit
Copy link
Member

There is not even a windows image available. Duplicate of #168.

@martineza79
Copy link

Try switching to Linux containers:
switchtolinuxcontainers

@panoskarajohn
Copy link

What if you want to run with aspnet core for windows and rabbitmq?

@tianon
Copy link
Member

tianon commented Jan 15, 2018

@panoskarajohn then you'll either need to run RabbitMQ on another host (or VM) or you'll need to create your own Windows-based image of RabbitMQ (and there are likely some clues for doing so over in #168)

@abhibt
Copy link

abhibt commented Aug 9, 2018

Faced same problem, after I selected "Switch to Linux Containers" it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants