Skip to content

Custom Docker image for ActiveMQ with PostgreSQL database.

Notifications You must be signed in to change notification settings

athul-rs/activemq5-and-postgresql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

activemq5-and-postgresql

Custom Docker image for ActiveMQ with PostgreSQL database.

Download the ActiveMQ

  • Command line
./download-activemq.sh

Build and run the Docker image

  • Build and tag the image
docker build -t pk/activemq .
  • Run
docker run --rm -d -p 8161:8161 pk/activemq 
  • Check your localhost at port 8161
http://localhost:8161

About

Custom Docker image for ActiveMQ with PostgreSQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 82.5%
  • Shell 17.5%