Page MenuHomeDevCentral

Create a Docker image for rabbitmqadmin
Closed, ResolvedPublic

Description

This is an Python CLI utility.

It doesn't seem to need any install or extra packages.

Revisions and Commits

Event Timeline

Docker image

Source repository rDRABBITMQADMIN has been created.

Image is published at https://hub.docker.com/r/nasqueron/rabbitmqadmin/

Deployment on Dwellers

/usr/local/bin/rabbitmqadmin
#!/bin/sh
docker run -it --rm -v /etc/rabbitmqadmin.conf:/root/.rabbitmqadmin.conf nasqueron/rabbitmqadmin $*
/etc/rabbitmqadmin.conf
[default]
hostname = white-rabbit.nasqueron.org
port = 15672
username = rabbitmqadmin-dwellers
password = …