albanm / nsi-docker-rabbitmq

Node.js Services Integration - Docker image for rabbitmq based on docker-passenger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nsi-docker-rabbitmq

Node.js Services Integration - Docker image for rabbitmq based on docker-baseimage

This image contains a bare install of rabbitmq.

It is based on phusion's base image.

Install

docker pull albanm/nsi-rabbitmq

Usage

docker run -d -p 5672:5672 -p 15672:15672 -v <data-dir>:/data albanm/nsi-rabbitmq

About

Node.js Services Integration - Docker image for rabbitmq based on docker-passenger


Languages

Language:Shell 100.0%