This repository contains some RHQ-supporting bits around Docker, like a Dockerfile to get started with RHQ and so on.
Demo how RHQ Dockerfile works on YouTube: http://youtu.be/hx43fQh-RVQ
To build and run rhq docker container:
-
Install docker-io
$ yum -y install docker-io
-
Build rhq image from Dockerfile
$ ./build.sh
-
Start rhq image container
$ ./run.sh
rhq should be accessible with http://<your_ip_or_hostname>:27080