Skip to content

Instantly share code, notes, and snippets.

@vepo
Created September 9, 2017 12:11
Show Gist options
  • Save vepo/ba3c793acea677a33608f5c7014eb375 to your computer and use it in GitHub Desktop.
Save vepo/ba3c793acea677a33608f5c7014eb375 to your computer and use it in GitHub Desktop.
JMeter slave dockerfile
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