Sign inSign up

lhcpig/activemq

By lhcpig

Updated about 11 years ago

Docker image for ActiveMQ

Image
1

1.4K

lhcpig/activemq repository overview

docker-activemq

This is a docker image with ActiveMQ 5.12.0.

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

Tag summary

Content type

Image

Digest

sha256:476db2c76

Size

158.3 MB

Last updated

about 11 years ago

docker pull lhcpig/activemq