Created
November 19, 2019 19:30
-
-
Save oliveira-andre/e73e50e103c9eda9827deefd99ca91e3 to your computer and use it in GitHub Desktop.
run docker rabbit
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
| sudo docker run -d \ | |
| --hostname my-rabbit \ | |
| --name rabbit13 \ | |
| -p 8080:15672 \ | |
| -p 5672:5672 \ | |
| -p 25676:25676 \ | |
| rabbitmq:3-management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment