Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JosielFaleiros/8943c188818414ca59bb90015e946681 to your computer and use it in GitHub Desktop.
Save JosielFaleiros/8943c188818414ca59bb90015e946681 to your computer and use it in GitHub Desktop.
start rabbitmq with docker, single line
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment