This is a docker image with ActiveMQ 5.12.0.
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
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
Content type
Image
Digest
sha256:476db2c76…
Size
158.3 MB
Last updated
about 11 years ago
docker pull lhcpig/activemq