Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created March 11, 2019 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uurtech/8d1584260cecefedf11017734ada11fc to your computer and use it in GitHub Desktop.
Save uurtech/8d1584260cecefedf11017734ada11fc to your computer and use it in GitHub Desktop.
Docker Rabbig MQ with Management
docker run -d --hostname my-rabbit --name some-rabbit -p 4369:4369 -p 5671:5671 -p 5672:5672 -p 15672:15672 rabbitmq
docker exec some-rabbit rabbitmq-plugins enable rabbitmq_management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment