Skip to content

Instantly share code, notes, and snippets.

@tuvokki
Created April 30, 2018 06:20
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 tuvokki/b6da12cdb921c74f7f8ffe5f00a8f108 to your computer and use it in GitHub Desktop.
Save tuvokki/b6da12cdb921c74f7f8ffe5f00a8f108 to your computer and use it in GitHub Desktop.
Install RabbitMQ with Docker
docker run -d --hostname my-rabbit --name some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment