Skip to content

Instantly share code, notes, and snippets.

@humorless
Created July 11, 2016 06:31
Show Gist options
  • Save humorless/59024b4ef2d134a5adf2a37c9cada644 to your computer and use it in GitHub Desktop.
Save humorless/59024b4ef2d134a5adf2a37c9cada644 to your computer and use it in GitHub Desktop.
1. 先修改 owl.yml 增加一個port mapping 15672:15672
2. 啟動 mq 的 container 
#docker-compose -f owl.yml up -d mq
3. 登入 mq 的 container
#docker exec -ti mq bash
#rabbitmq-plugins enable rabbitmq_management
4. 開 browser -> http://10.20.30.40:15672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment