Created
September 24, 2019 20:36
-
-
Save ocristian/93836e435754bb3377a81cf1dd0958f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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