1. Find the mirrordocker search rabbitmq 2. Download the RabbitMQ imageDownload the latest image directly. If you need to download other versions, check it on the Docker official website and add the version number before downloading. # Download the image docker pull rabbitmq #View docker images 3. Create and start the RabbitMQ containerThe first -p is used for page access. The second -p is used for production and consumption (that is, used in the code). docker run -id --hostname myrabbit --name rabbitmq1 -p 15672:15672 -p 5672:5672 rabbitmq 4. Enter the container interaction pagedocker exec -it rabbitmq1 /bin/bash 5. Download the pluginrabbitmq-plugins enable rabbitmq_management 6. Alibaba Cloud Console Open Port NumberNote: Open two ports. 7. LoginThe account and password for accessing IP+port number are both: guest This is the end of this article about the detailed steps of installing RabbitMQ in docker. For more relevant content about installing RabbitMQ in docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Some experience sharing on enabling HTTPS
>>: Summary of various methods of implementing article dividing line styles with CSS
=================================================...
Priority The reason why placing the same conditio...
Table of contents 1. Comparison with Vue2 1. New ...
Table of contents 1. Vue installation Method 1: C...
Table of contents 1. Basic knowledge of indexing ...
Preface This article was written by a big shot fr...
Table of contents specification a. The page file ...
Table of contents 1. DOM Diff 2. Add key attribut...
Copy code The code is as follows: <!-- List ta...
When developing a website, you often need to use ...
Table of contents Loop - for Basic use of for loo...
There is a table in the project that needs to be ...
1. Autoflow attribute, if the length and width of...
Table of contents 1.1. Enable MySQL binlog 1.2. C...
question How to modify CSS pseudo-class style wit...