DEV Community

NaveenKumar Namachivayam ⚡
NaveenKumar Namachivayam ⚡

Posted on

Windows Docker Container for Apache JMeter 5.2

Apache JMeter 5.2 has been released with loads of new features, enhancements, and bug fixes. Last month, I published Windows Docker for Apache JMeter 5.1.1..

After JMeter 5.2, I have updated my Windows Docker GitHub repository with the latest release details. Please check it out.

GitHub logo QAInsights / windows-docker-jmeter

Windows container for JMeter

If you are looking for JMeter and Plugins docker file, please refer this repository.

Windows Docker Container for Apache JMeter

This repo helps you to run Apache JMeter in your Windows container. It uses the JMeter on Windows Server Core with OpenJDK.

Build

If you want to build this image, download this repo and use the below command in docker.

docker build --build-arg JMETER_VERSION=5.2.1 -t jmeter-windows .

How to run JMeter on Windows Container?

First you need to install Docker for Windows. You can use your laptop with Windows 10 Pro or spin up an AWS EC2 instance under free tier. Second, you need compatible Windows version as your base OS. If there is a conflict, you may not be able to run it.

Use docker pull qainsights/windows-docker-jmeter command to pull the image. This will pull the image from Docker Hub.

Use docker run qainsights/windows-docker-jmeter command to run JMeter…

Here is the Docker Hub.

For more posts, please visit my blog.

Top comments (0)