This base image could help you build an Apache JMeter Distributed Testing with Docker.
JMeter binaries are already in $PATH. Just extend and input your command.
See more at jmeter-distributed-testing.
Example
FROM reeganexe/jmeter
CMD ["jmeter-server"]
FROM reeganexe/jmeter
CMD ["jmeter", "-R", "10.2.3.4,10.2.3.5"]
Check out jmeter-distributed-testing for JMeter auto-discovery slaves.
Content type
Image
Digest
Size
94.5 MB
Last updated
over 7 years ago
docker pull reeganexe/jmeter