Linux Common development Environment software-RABBITMQ installation (Docker environment)

Source: Internet
Author: User
Tags rabbitmq docker run

Install RABBITMQ version of the Docker environment under Linux

1. Download and install RABBITMQ image from the Docker website

Docker Pull Rabbitmq:management

    

    

Note: If the Docker pull RABBITMQ is not behind the management, the admin interface cannot be opened after RABBITMQ, so we will download RABBITMQ with the management plugin.

  2. Start RABBITMQ Docker image

Docker run-d--hostname my-rabbit-p 5672:5672-p 15672:15672 rabbitmq:management//Boot mirror, first-p is the access port, and the latter is the management port

    

    

4. After the container is started, it can access the Web management side.

HTTP/Host ip:15672, a guest user is created by default, and the password is guest

    

Linux Common development Environment software-RABBITMQ installation (Docker environment)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.