-
Notifications
You must be signed in to change notification settings - Fork 411
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
Comments
There is not even a windows image available. Duplicate of #168. |
What if you want to run with aspnet core for windows and rabbitmq? |
@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) |
Faced same problem, after I selected "Switch to Linux Containers" it worked for me. |
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.
The text was updated successfully, but these errors were encountered: