Skip to content

Instantly share code, notes, and snippets.

@ocristian
Created September 24, 2019 20:36
Show Gist options
  • Save ocristian/93836e435754bb3377a81cf1dd0958f2 to your computer and use it in GitHub Desktop.
Save ocristian/93836e435754bb3377a81cf1dd0958f2 to your computer and use it in GitHub Desktop.
#!/bin/sh
docker run -d --hostname my-rabbit --name rabbitmq -p 4369:4369 -p 5671:5671 -p 5672:5672 -p 15671:15671 -p 15672:15672 -p 25672:25672 rabbitmq:3-management
docker ps
http://localhost:15672
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment