Flower is a web based tool for monitoring and administrating Celery clusters. Github repository: https://github.com/mher/flower
docker -e "BROKER_URL=amqp://user:[email protected]" run -d tomologic/flower
If using a non standard API URL, such as CloudAMQP, then the API URL can be set explicitly
docker -e "BROKER_URL=amqp://user:[email protected]" \
-e "BROKER_API=http://user:[email protected]:15672/api/" \
run -d tomologic/flower