Skip to content

ubikloadpack/jmeter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache JMeter on docker

Building the image

  • Place the entrypoint.sh file in the same folder as the Dockerfile
  • Run the command : "docker build -t jmeter ." from the folder where the Dockerfile is located The command accepts three arguments to parametrize the image:

Example of a build command:

docker build --build-args JAVA_VERSION="jdk8u222-b10" JMETER_VERSION="5.1.1" -t jmeter .

Using the image

  • Update the docker-compose.yml to set up the volume where the Apache JMeter Test Case is stored
  • Finally, personalize and run the attached bash script to run your tests

About

Docker image for Apache JMeter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •