Skip to content

Instantly share code, notes, and snippets.

@boysbee
Created December 22, 2016 16:28
Show Gist options
  • Save boysbee/c0829aa8c9b617658e43b29aa1641bf9 to your computer and use it in GitHub Desktop.
Save boysbee/c0829aa8c9b617658e43b29aa1641bf9 to your computer and use it in GitHub Desktop.
Run docker with RabbitMQ and management plugin and set user , password default.
#!/bin/sh
docker run -d --hostname my-rabbit --name rabbit-local -e RABBITMQ_DEFAULT_USER=user -e RABBITMQ_DEFAULT_PASS=p@ssw0rd -p 8080:15672 rabbitmq:3-management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment