This Docker image is based on Alpine and Python 3,
so the container will be fairly lightweight.
Build process
We provide a Makefile to update the rabbitmqadmin script.
|  Differential  D288  
Initial revision Authored by dereckson on Feb 20 2016, 05:21. Tags Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details 
 This Docker image is based on Alpine and Python 3, Build process We provide a Makefile to update the rabbitmqadmin script. rabbitmqadmin help, with this script: /usr/local/bin/rabbitmqadmin #!/bin/sh docker run -it --rm nasqueron/rabbitmqadmin $* 
Diff Detail 
 Event TimelineComment Actions Indeed, well spotted. It seems the script has been compatible with Python 3 since 3.5. Comment Actions Another issue: we could try to use the python:3-alpine image, as it's only 26 MB instead of 280. |