Skip to content

Instantly share code, notes, and snippets.

@vinsguru
Last active October 10, 2016 19:30
Show Gist options
  • Save vinsguru/40dc69921038da432f94e86e5ff57fbe to your computer and use it in GitHub Desktop.
Save vinsguru/40dc69921038da432f94e86e5ff57fbe to your computer and use it in GitHub Desktop.
# Use vinsdocker/jmbase
FROM vinsdocker/jmbase
MAINTAINER TestAutomationGuru
# 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 \
-Djava.rmi.server.hostname=$LOCALIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment