/docker-activemq

Docker image for ActiveMQ

Apache License 2.0Apache-2.0

docker-activemq

This is a docker image with ActiveMQ.

Quick Start

You can run a simple activemq server using the docker command line :

sudo docker run -d -P lhcpig/activemq

You can add -p param to binding container ports :

sudo docker run -d -p 8161:8161 -P lhcpig/activemq

Data Store

The activemq will save data to /host/path. You can change the path where you want.

sudo docker run -d -P -v /host/path:/opt/activemq/data lhcpig/activemq

Docker Hub: https://hub.docker.com/r/lhcpig/activemq