ace-rabbitmq
Official RabbitMQ Server images for ACE (Automated Collection and Enrichment System)
953
Built on RabbitMQ, this images provides the backend database used by the ACE RabbitMQ Server.
docker run --name ace-rabbitmq -e 'RABBITMQ_DEFAULT_USER=yourUsername' -e 'RABBITMQ_DEFAULT_PASS=yourPassword' -e 'APIKEY=yourVirusTotalPublicAPIKey' -p 5672:5672 -p 15672:15672 -d specterops/ace-rabbitmq
If you desire your RabbitMQ data and setting to persist between containers, you need to create a docker volume docker volume create rabbitmq then add -v rabbitmq:/var/lib/rabbitmq to the docker run command
Content type
Image
Digest
Size
227.3 MB
Last updated
over 8 years ago
docker pull specterops/ace-rabbitmqPulls:
108
Last week