Город МОСКОВСКИЙ
00:04:01

Install RabbitMQ using Docker in a few minutes

Аватар
Питоновый лайфстайл
Просмотры:
23
Дата загрузки:
04.12.2023 03:05
Длительность:
00:04:01
Категория:
Лайфстайл

Описание

Quickly Install RabbitMQ using Docker on your Mac. Avoid the hassle of installing RabbitMQ on your host machine and leverage the docker capabilities.

RabbitMQ is lightweight and easy to deploy on premises and in the cloud.

Official Site: https://www.rabbitmq.com/
Official Docker Image: https://hub.docker.com/_/rabbitmq

Commands Executed:
- docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_USER=user -e RABBITMQ_DEFAULT_PASS=password -p 8080:15672 rabbitmq:3-management

- docker exec -it some-rabbit sh

Access the RabbitMQ console in your browser using the port exposed.
http://127.0.0.1:8080

#install #docker #rabbitmq #queue #broker #mac #installation #message-broker

Рекомендуемые видео