Skip to content

Instantly share code, notes, and snippets.

@michaellihs
Created September 29, 2016 13:41
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 michaellihs/e3872f85758e8b4637479b7b54e57ed1 to your computer and use it in GitHub Desktop.
Save michaellihs/e3872f85758e8b4637479b7b54e57ed1 to your computer and use it in GitHub Desktop.
Docker on Mac...
rmq_container_id=$(docker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq) && sleep 5 && docker exec $rmq_container_id rabbitmq-plugins enable rabbitmq_management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment