Skip to content

JENNIFER-University/javaagent-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JENNIFER Java agent Docker Example

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

Requirements

  • JENNIFER java agent package is required

Usage

  • Download the Java agent pacakge and move it to the root folder.
  • Edit the Docker file and set the agent version in AGENT_VERSION environment 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.conf and set JENNIFER data server IP address
server_address = 192.168.9.37
  • build the image and run the container

About

Example repo for JENNIFER agent installation on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages