How to open rabbitmq in browser using docker container?

后端 未结 8 722
清酒与你
清酒与你 2020-12-23 08:57

This was probably asked already, but so far I can\'t find any detailed explanation at all, and the existing documentation seems as if it was written for some kind on psychic

8条回答
  •  情话喂你
    2020-12-23 09:46

    In my case I could access the UI of RabbitMQ for several days but some day it suddenly stop working and I can't access it anymore.

    After some investigation the source of this problem was found. It was the main service of docker that somehow stopped.

    So if you could access the UI and after some time you couldn't, go to your task manager and search for Docker.Service to see if it is running, as you can see in the below picture.

    If you don't see it, you should run it manually. In my case I have it on my desktop it is called "Docker for Windows".

提交回复
热议问题