Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 601 Bytes

Apache Artemis Docker Image with Jolokia

A simple Dockerfile which demonstrates how to make an Apache Artemis Docker image with Jolokia JVM agent attached.

This docker image is tailored to the OpenShift platform with client certificate authentication being enabled on Jolokia JVM agent, and hawtio-online can detect the containers out of the box.

To deploy the Artemis container on OpenShift, run the following:

$ docker pull docker.io/tadayosi/artemis:ssl
$ make deploy-openshift