Created
September 9, 2017 12:11
-
-
Save vepo/ba3c793acea677a33608f5c7014eb375 to your computer and use it in GitHub Desktop.
JMeter slave dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jmeter-base | |
# Ports to be exposed from the container for JMeter Slaves/Server | |
EXPOSE 1099 50000 | |
# Application to run on starting the container | |
ENTRYPOINT $JMETER_HOME/bin/jmeter-server \ | |
-Dserver.rmi.localport=50000 \ | |
-Dserver_port=1099 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment