Skip to content

objectstyle/docker-activemq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ObjectStyle ActiveMQ Docker Image

This is a ActiveMQ Docker image for ObjectStyle site. Built on top of objectstyle/java8 image.

Usage

docker pull objectstyle/activemq

Or, if you prefer to build it on your own:
docker build -t objectstyle/activemq .

Run the image as daemon and bind it to port 8161:
docker run -d --name activemq \ --net=osllc \ -p $DOCKER_IP:8161:8161 \ objectstyle/activemq

About

ObjectStyle ActiveMQ Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published