justb4 / docker-jmeter

Docker image for Apache JMeter
MIT License
278 stars 310 forks source link

Allow user defining an alternate custom plugin folder location #62

Closed gifflet closed 2 years ago

gifflet commented 2 years ago

This change was made to reduce the amount of volumes/folders that must be atached to the container to share the plugins and jmx files. So instead of binding 2 volumes: test files and plugins folder respectivelly, we bind a folder called, for example, jmeter that contains the folders test and plugins required to run.

gifflet commented 2 years ago

Thanks @justb4!