This sample repo can be used as base to install JENNIFER java agent for your Docker application.
You can read the tutorial at JENNIFER University
- JENNIFER java agent package is required
- Download the Java agent pacakge and move it to the root folder.
- Edit the Docker file and set the agent version in
AGENT_VERSIONenvironment variable. For example if you donwloaded java agent version 5.3.2.7 then set the value as follow
ENV AGENT_VERSION=5.3.2.7
- Edit
jennifer.confand set JENNIFER data server IP address
server_address = 192.168.9.37
- build the image and run the container